Contact us page
This commit is contained in:
@@ -9,20 +9,20 @@ function Forms() {
|
||||
<div className="col-md-4">
|
||||
<div className="contact--info-area">
|
||||
<h3>Get in touch</h3>
|
||||
<p>Looking for help? Fill the form and start a new adventure.</p>
|
||||
<p>Looking for help? Fill the form and start a new discussion.</p>
|
||||
<div className="single-info">
|
||||
<h5>Headquaters</h5>
|
||||
<p>
|
||||
<i className="fal fa-home"></i>
|
||||
744 New York Ave, Brooklyn, Kings,
|
||||
<br /> New York 10224
|
||||
Cumberland Pkwy, Atlanta
|
||||
<br /> GA 30339
|
||||
</p>
|
||||
</div>
|
||||
<div className="single-info">
|
||||
<h5>Phone</h5>
|
||||
<p>
|
||||
<i className="fal fa-phone"></i>
|
||||
(+642) 245 356 432
|
||||
(+) 404 855-7966
|
||||
<br />
|
||||
(+420) 336 476 328
|
||||
</p>
|
||||
@@ -31,17 +31,16 @@ function Forms() {
|
||||
<h5>Support</h5>
|
||||
<p>
|
||||
<i className="fal fa-envelope"></i>
|
||||
bisy@support.com
|
||||
<br />
|
||||
help@education.com
|
||||
support@wrenchboard.com
|
||||
|
||||
</p>
|
||||
</div>
|
||||
<div className="ab-social">
|
||||
<h5>Follow Us</h5>
|
||||
<a className="fac" href="#">
|
||||
<a className="fac" href="https://www.facebook.com/wrenchboard">
|
||||
<i className="fab fa-facebook-f"></i>
|
||||
</a>
|
||||
<a className="twi" href="#">
|
||||
<a className="twi" href="https://www.twitter.com/wrenchboard/">
|
||||
<i className="fab fa-twitter"></i>
|
||||
</a>
|
||||
<a className="you" href="#">
|
||||
|
||||
@@ -14,10 +14,10 @@ function Contact() {
|
||||
<Drawer drawer={drawer} action={drawerAction.toggle} />
|
||||
<HeaderNews drawer={drawer} action={drawerAction.toggle} />
|
||||
<HeroNews
|
||||
title="Blogs"
|
||||
title="Contact us"
|
||||
breadcrumb={[
|
||||
{ link: '/', title: 'home' },
|
||||
{ link: '/news', title: 'Blogs' },
|
||||
{ link: '/contact', title: 'Contact' },
|
||||
]}
|
||||
/>
|
||||
<Forms />
|
||||
@@ -28,3 +28,4 @@ function Contact() {
|
||||
}
|
||||
|
||||
export default Contact;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user