From e6b1253b94d0123ece5e9dd0e8b8566bef856fc2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 16:53:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 426 +++++++++-------------------------------------- 1 file changed, 76 insertions(+), 350 deletions(-) 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