From c73f46f865723410e55b1d5e8d73307bbaaac510 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 00:59:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 371 +++++++++++++---------------------------------- 1 file changed, 103 insertions(+), 268 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 526fdc8..d550979 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,14 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { return ( @@ -28,274 +27,110 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
); -} +} \ No newline at end of file -- 2.49.1