Terms page

This commit is contained in:
dev-chiefworks
2022-01-06 14:53:43 -05:00
parent 739bc0a7c5
commit 89e82af0d7
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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="" />
+1 -1
View File
@@ -20,7 +20,7 @@ function Privacy() {
<>
<Drawer drawer={drawer} action={drawerAction.toggle} />
<HeaderService action={drawerAction.toggle} />
<HeroService />
<HeroService title="Privacy Policy" />
<DetailsPrivacy />
{/*<ProjectHomeOne />*/}
<FooterHomeOne />
+2 -2
View File
@@ -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">
+1 -1
View File
@@ -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 />
+1 -1
View File
@@ -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 />