From 87862a553919960078324ba6fb679168c531d014 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 11:03:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 297 +++++++++++++++++++---------------------------- 1 file changed, 120 insertions(+), 177 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9188a86..27b560c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,17 +3,18 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import { ArrowRight } from "lucide-react"; +import HeroSplit from '@/components/sections/hero/HeroSplit'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; +import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import FaqBase from '@/components/sections/faq/FaqBase'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; export default function LandingPage() { return ( @@ -30,184 +31,126 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+ -
- -
+
+ +
- + + +
); -} \ No newline at end of file +} -- 2.49.1