From aca99344dd9bd90cd2346f1ce2432ce96ea29766 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 08:29:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 105 ++++++++++++++++++++++------------------------- 1 file changed, 49 insertions(+), 56 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe22fec..aecb20e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import TextAbout from '@/components/sections/about/TextAbout'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; export default function LandingPage() { return ( @@ -27,7 +27,7 @@ export default function LandingPage() { >
-
-
-
- 🚀 }, + { id: "m2", title: "Organic Impressions", value: "150M+", icon: (props: any) => 👁️ }, + { id: "m3", title: "Campaign ROI", value: "4.8x", icon: (props: any) => 📈 } ]} - metricsAnimation="slide-up" />
-
-
); -} +} \ No newline at end of file -- 2.49.1