Page fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React from 'react';
|
||||
import logo from '../../assets/images/logo-7.png';
|
||||
import logo from '../../assets/images/wrenchboard.png';
|
||||
import Navigation from '../Navigation';
|
||||
|
||||
function HeaderService({ action }) {
|
||||
@@ -23,10 +23,10 @@ function HeaderService({ action }) {
|
||||
</div>
|
||||
<div className="col-lg-4 col-md-7 col-sm-6 col-6 order-2 order-sm-3">
|
||||
<div className="appie-btn-box text-right">
|
||||
<a className="login-btn" href="#">
|
||||
<a className="login-btn" href="https://www.wrenchboard.com/login">
|
||||
<i className="fal fa-user"></i> Login
|
||||
</a>
|
||||
<a className="main-btn ml-30" href="#">
|
||||
<a className="main-btn ml-30" href="https://www.wrenchboard.com/signup">
|
||||
Get Started
|
||||
</a>
|
||||
<div
|
||||
|
||||
@@ -9,10 +9,10 @@ function HeroService() {
|
||||
<div className="row">
|
||||
<div className="col-lg-12">
|
||||
<div className="appie-page-title-item">
|
||||
<span>Fast Development</span>
|
||||
<h3 className="title">
|
||||
<span>Welcome To WrenchBoard</span>
|
||||
<h1 className="appie-title">
|
||||
Simple but effective, <br /> effortless yet powerful.
|
||||
</h3>
|
||||
</h1>
|
||||
<div className="thumb">
|
||||
<img src={thumb} alt="" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user