Compare commits

...

4 Commits

11 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ function ServicesAbout() {
<div className="row align-items-end"> <div className="row align-items-end">
<div className="col-12 col-lg-8"> <div className="col-12 col-lg-8">
<div className="appie-section-title"> <div className="appie-section-title">
<h3 className="appie-title">Were driven by our values</h3> <h3 className="appie-title">Were driven by your values</h3>
<p>The app provides design and digital marketing. </p> <p>The app provides design and digital marketing. </p>
</div> </div>
</div> </div>
+2 -2
View File
@@ -16,8 +16,8 @@ function AboutUs() {
return ( return (
<> <>
<Drawer drawer={drawer} action={drawerAction.toggle} /> <Drawer drawer={drawer} action={drawerAction.toggle} />
<StickyHeaderNav action={drawerAction.toggle} /> {/* <StickyHeaderNav action={drawerAction.toggle} /> */}
{/* <HeaderAbout drawer={drawer} action={drawerAction.toggle} /> */} <HeaderAbout drawer={drawer} action={drawerAction.toggle} />
<HeroAbout /> <HeroAbout />
<ServicesAbout /> <ServicesAbout />
{/* <TeamAbout />*/} {/* <TeamAbout />*/}
+2 -2
View File
@@ -13,8 +13,8 @@ function Contact() {
return ( return (
<> <>
<Drawer drawer={drawer} action={drawerAction.toggle} /> <Drawer drawer={drawer} action={drawerAction.toggle} />
<StickyHeaderNav action={drawerAction.toggle} /> {/* <StickyHeaderNav action={drawerAction.toggle} /> */}
{/* <HeaderNews drawer={drawer} action={drawerAction.toggle} /> */} <HeaderNews drawer={drawer} action={drawerAction.toggle} />
<HeroNews <HeroNews
title="Contact us" title="Contact us"
breadcrumb={[ breadcrumb={[
+2 -2
View File
@@ -18,8 +18,8 @@ function FAQ() {
return ( return (
<> <>
<Drawer drawer={drawer} action={drawerAction.toggle} /> <Drawer drawer={drawer} action={drawerAction.toggle} />
<StickyHeaderNav action={drawerAction.toggle} /> {/* <StickyHeaderNav action={drawerAction.toggle} /> */}
{/* <HeaderNews action={drawerAction.toggle} /> */} <HeaderNews action={drawerAction.toggle} />
<HeroNews <HeroNews
title="Frequently asked questions" title="Frequently asked questions"
breadcrumb={[ breadcrumb={[
+2 -2
View File
@@ -27,8 +27,8 @@ function HomeOne() {
return ( return (
<> <>
<Drawer drawer={drawer} action={drawerAction.toggle} /> <Drawer drawer={drawer} action={drawerAction.toggle} />
<StickyHeaderNav action={drawerAction.toggle} /> {/* <StickyHeaderNav action={drawerAction.toggle} /> */}
{/* <HomeOneHeader action={drawerAction.toggle} /> */} <HomeOneHeader action={drawerAction.toggle} />
<HeroHomeOne /> <HeroHomeOne />
<ServicesHomeOne /> <ServicesHomeOne />
{/*<RecentJobsOne />*/} {/*<RecentJobsOne />*/}
+2 -2
View File
@@ -14,8 +14,8 @@ function SingleNews() {
return ( return (
<> <>
<Drawer drawer={drawer} action={drawerAction.toggle} /> <Drawer drawer={drawer} action={drawerAction.toggle} />
<StickyHeaderNav action={drawerAction.toggle} /> {/* <StickyHeaderNav action={drawerAction.toggle} /> */}
{/* <HeaderNews action={drawerAction.toggle} /> */} <HeaderNews action={drawerAction.toggle} />
<HeroNews <HeroNews
title="Blog" title="Blog"
breadcrumb={[ breadcrumb={[
+2 -2
View File
@@ -14,8 +14,8 @@ function News() {
return ( return (
<> <>
<Drawer drawer={drawer} action={drawerAction.toggle} /> <Drawer drawer={drawer} action={drawerAction.toggle} />
<StickyHeaderNav action={drawerAction.toggle} /> {/* <StickyHeaderNav action={drawerAction.toggle} /> */}
{/* <HeaderNews action={drawerAction.toggle} /> */} <HeaderNews action={drawerAction.toggle} />
<HeroNews <HeroNews
title="Blogs" title="Blogs"
breadcrumb={[ breadcrumb={[
+5 -5
View File
@@ -13,15 +13,15 @@ import StickyHeaderNav from '../StickyHeader/StickyHeaderNav';
function Privacy() { function Privacy() {
// useEffect(() => { useEffect(() => {
// StickyMenu(); StickyMenu();
// }); });
const [drawer, drawerAction] = useToggle(false); const [drawer, drawerAction] = useToggle(false);
return ( return (
<> <>
<Drawer drawer={drawer} action={drawerAction.toggle} /> <Drawer drawer={drawer} action={drawerAction.toggle} />
<StickyHeaderNav action={drawerAction.toggle} /> {/* <StickyHeaderNav action={drawerAction.toggle} /> */}
{/* <HeaderService action={drawerAction.toggle} /> */} <HeaderService action={drawerAction.toggle} />
<HeroService title="Privacy Policy" /> <HeroService title="Privacy Policy" />
<DetailsPrivacy /> <DetailsPrivacy />
{/*<ProjectHomeOne />*/} {/*<ProjectHomeOne />*/}
+5 -5
View File
@@ -12,15 +12,15 @@ import DetailsTerms from './DetailsTerms';
import StickyHeaderNav from '../StickyHeader/StickyHeaderNav'; import StickyHeaderNav from '../StickyHeader/StickyHeaderNav';
function Terms() { function Terms() {
// useEffect(() => { useEffect(() => {
// StickyMenu(); StickyMenu();
// }); });
const [drawer, drawerAction] = useToggle(false); const [drawer, drawerAction] = useToggle(false);
return ( return (
<> <>
<Drawer drawer={drawer} action={drawerAction.toggle} /> <Drawer drawer={drawer} action={drawerAction.toggle} />
<StickyHeaderNav action={drawerAction.toggle} /> {/* <StickyHeaderNav action={drawerAction.toggle} /> */}
{/* <HeaderService action={drawerAction.toggle} /> */} <HeaderService action={drawerAction.toggle} />
<HeroService title="Terms of use" /> <HeroService title="Terms of use" />
<DetailsTerms /> <DetailsTerms />
{/*<ProjectHomeOne />*/} {/*<ProjectHomeOne />*/}
+5 -5
View File
@@ -14,15 +14,15 @@ import ServiceTopart from "./ServiceTopart";
import StickyHeaderNav from '../StickyHeader/StickyHeaderNav'; import StickyHeaderNav from '../StickyHeader/StickyHeaderNav';
function Service() { function Service() {
// useEffect(() => { useEffect(() => {
// StickyMenu(); StickyMenu();
// }); });
const [drawer, drawerAction] = useToggle(false); const [drawer, drawerAction] = useToggle(false);
return ( return (
<> <>
<Drawer drawer={drawer} action={drawerAction.toggle} /> <Drawer drawer={drawer} action={drawerAction.toggle} />
<StickyHeaderNav action={drawerAction.toggle} /> {/* <StickyHeaderNav action={drawerAction.toggle} /> */}
{/* <HeaderService action={drawerAction.toggle} /> */} <HeaderService action={drawerAction.toggle} />
{/* <HeroService title="Our Service to you" /> */} {/* <HeroService title="Our Service to you" /> */}
<HeroNews <HeroNews
title="Services" title="Services"
+2 -2
View File
@@ -14,8 +14,8 @@ function UseCases() {
return ( return (
<> <>
<Drawer drawer={drawer} action={drawerAction.toggle} /> <Drawer drawer={drawer} action={drawerAction.toggle} />
<StickyHeaderNav action={drawerAction.toggle} /> {/* <StickyHeaderNav action={drawerAction.toggle} /> */}
{/* <HeaderNews action={drawerAction.toggle} /> */} <HeaderNews action={drawerAction.toggle} />
<HeroNews <HeroNews
title="Use Cases" title="Use Cases"
breadcrumb={[ breadcrumb={[