diff --git a/App.jsx b/App.jsx deleted file mode 100644 index cc4c4d9..0000000 --- a/App.jsx +++ /dev/null @@ -1,30 +0,0 @@ -import React from 'react' -import Navbar from './components/Navbar' -import LandingPage from './components/LandingPage' -import Marquee from './components/Marquee' -import About from './components/About' -import Eyes from './components/Eyes' -import Feature from './components/Feature' -import Cards from './components/Cards' -import Footer from './components/Footer' -import LocomotiveScroll from 'locomotive-scroll'; - -const App = () => { - - const locomotiveScroll = new LocomotiveScroll(); - - return ( -
- - - - - - - -