From 85531b744358a095ce16cc1368a512ead3031a02 Mon Sep 17 00:00:00 2001 From: Olu Amey Date: Fri, 6 Jan 2023 13:26:16 -0500 Subject: [PATCH] Clean up folder --- src/component/HomeGredient/Main.js | 241 ----------------------------- src/routes/index.js | 3 +- 2 files changed, 1 insertion(+), 243 deletions(-) delete mode 100644 src/component/HomeGredient/Main.js diff --git a/src/component/HomeGredient/Main.js b/src/component/HomeGredient/Main.js deleted file mode 100644 index 71ae2b5..0000000 --- a/src/component/HomeGredient/Main.js +++ /dev/null @@ -1,241 +0,0 @@ -import React , { useEffect ,useState } from 'react' -import { HashLink as Link } from 'react-router-hash-link'; -import AOS from "aos"; -import AboutApp from '../HomeMain/AboutApp/Main' -import Design from '../HomeMain/Design/Main' -import Testimonial from '../HomeMain/Testimonial/Main' -import Pricing from '../HomeMain/Pricing/Main' -import Faq from '../HomeMain/Faq/Main' -import Interface from '../HomeMain/Interface/Main' -import Download from '../HomeMain/Download/Main' -import Story from '../HomeMain/Story/Main' -import Trusted from '../HomeMain/Trusted/Main' - -const Main = ({setnavbar,setfooter}) => { - useEffect(() => { - AOS.init(); - AOS.refresh(); - }, []); - - useEffect(() => { - setfooter({f3 : true}) - setnavbar({n5 : true}) - localStorage.setItem("navbar","homegredient") - - }, []) - - return ( - <> -
-
image
-
-
-
-
-

Best way to manage your customers.

-

Lorem Ipsum is simply dummy text of the printing and setting indus orem Ipsum has been the industrys. -

-
- -
-
-
- -
-
- -
-
-
-
-
    -
  • Free trial 14 days
  • -
  • No credit card require
  • -
-
- -
-
    -
  • image
  • -
  • image
  • -
  • image
  • -
  • image
  • -
-

12M +
used this app

-
-
-
-
- image - image -
-
-
-
- image - image -
-
-
-
-
- -
-
image
-
-
-
- image -
-
-

Features that makes app different!

-

Lorem Ipsum is simply dummy text of the printing and typese tting
indus orem Ipsum has beenthe standard dummy.

-
-
-
-
-
-
- image -
-
-

Secure data

-

Lorem Ipsum is simply dummy text of the printing and type setting indus ideas.

-
-
-
- -
-
-
- image -
-
-

Automate everything

-

Simply dummy text of the printing and typesetting indus lorem Ipsum is dummy.

-
-
-
- -
-
-
- image -
-
-

Secure data

-

Lorem Ipsum is simply dummy text of the printing and type setting indus ideas.

-
-
-
- -
-
-
- image -
-
-

Secure data

-

Simply dummy text of the printing and typesetting indus lorem Ipsum is dummy.

-
-
-
-
- -
-
-
-
- < AboutApp /> - < Design gredient = {true} /> -
-
image
-
-
-
-

How it works - 3 easy steps

-

Lorem Ipsum is simply dummy text of the printing and typese tting
indus orem Ipsum has beenthe - standard dummy.

-
-
-
    -
  • -
    -

    Download app

    -
    - - - -
    -

    Download App either for Windows, Mac or Android

    -
    -
    -

    01

    -
    -
    - image -
    -
  • - -
  • -
    -

    Create account

    - 14 days free trial -

    Sign up free for App account. One account for all devices.

    -
    -
    -

    02

    -
    -
    - image -
    -
  • - -
  • -
    -

    It’s done, enjoy the app

    - Have any questions check our FAQs -

    Get most amazing app experience,Explore and share the app

    -
    -
    -

    03

    -
    -
    - image -
    -
  • -
-
-
- -
-
- image - - - image -
-
-
-
-
-
- Let’s see virtually how it works - Watch video -
-
-
-
-
- < Testimonial /> - < Pricing gredient = {true}/> - < Faq gredient = {true}/> - < Interface /> - < Download /> - < Story /> - < Trusted /> - - ) -} - -export default Main \ No newline at end of file diff --git a/src/routes/index.js b/src/routes/index.js index 862c9c5..6165ea5 100644 --- a/src/routes/index.js +++ b/src/routes/index.js @@ -14,7 +14,7 @@ import Blog from '../component/Blog/Blog/Main' import BlogSingle from '../component/Blog/BlogSingle/Main' import HomeDark from '../component/HomeDark/Main' import HomeWave from '../component/HomeWave/Main' -import HomeGredient from '../component/HomeGredient/Main' +//import HomeGredient from '../component/HomeGredient/Main' import HomeVideo from '../component/HomeVideo/Main' import HomeVideoTwo from '../component/HomeVideoTwo/Main' @@ -99,7 +99,6 @@ const Routing = () => { } /> } /> - } /> } /> } />