Terms page
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React from 'react';
|
||||
import thumb from '../../assets/images/fun-fact-thumb.png';
|
||||
|
||||
function HeroService() {
|
||||
function HeroService({title}) {
|
||||
return (
|
||||
<>
|
||||
<div className="appie-page-title-area appie-page-service-title-area">
|
||||
@@ -10,7 +10,7 @@ function HeroService() {
|
||||
<div className="col-lg-12">
|
||||
<div className="appie-page-title-item">
|
||||
<h1 className="appie-title">
|
||||
Connecting opportunities<br /> and you.
|
||||
{title}
|
||||
</h1>
|
||||
<div className="thumb">
|
||||
<img src={thumb} alt="" />
|
||||
|
||||
@@ -20,7 +20,7 @@ function Privacy() {
|
||||
<>
|
||||
<Drawer drawer={drawer} action={drawerAction.toggle} />
|
||||
<HeaderService action={drawerAction.toggle} />
|
||||
<HeroService />
|
||||
<HeroService title="Privacy Policy" />
|
||||
<DetailsPrivacy />
|
||||
{/*<ProjectHomeOne />*/}
|
||||
<FooterHomeOne />
|
||||
|
||||
@@ -6,9 +6,9 @@ function ServiceSideMenu() {
|
||||
<div className="service-details-sidebar mr-50">
|
||||
|
||||
<div className="service-download-widget">
|
||||
<a href="#">
|
||||
<a href="/about-us">
|
||||
<i className="fal fa-download"></i>
|
||||
<span>Download docs</span>
|
||||
<span>About us</span>
|
||||
</a>
|
||||
</div>
|
||||
<div className="service-download-widget">
|
||||
|
||||
@@ -19,7 +19,7 @@ function Terms() {
|
||||
<>
|
||||
<Drawer drawer={drawer} action={drawerAction.toggle} />
|
||||
<HeaderService action={drawerAction.toggle} />
|
||||
<HeroService />
|
||||
<HeroService title="Terms of use" />
|
||||
<DetailsTerms />
|
||||
{/*<ProjectHomeOne />*/}
|
||||
<FooterHomeOne />
|
||||
|
||||
@@ -18,7 +18,7 @@ function Service() {
|
||||
<>
|
||||
<Drawer drawer={drawer} action={drawerAction.toggle} />
|
||||
<HeaderService action={drawerAction.toggle} />
|
||||
<HeroService />
|
||||
<HeroService title="Our Service to you" />
|
||||
<DetailsService />
|
||||
{/*<ProjectHomeOne />*/}
|
||||
<FooterHomeOne />
|
||||
|
||||
Reference in New Issue
Block a user