diff --git a/src/app/page.tsx b/src/app/page.tsx index 5599395..59762f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import SplitAbout from '@/components/sections/about/SplitAbout'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function LandingPage() { return ( @@ -25,355 +23,83 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- - +
); -} +} \ No newline at end of file