From 75a41c4e625231e480c89bcdff210c2b1b8d9c56 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 07:25:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 237 +++++++++-------------------------------------- 1 file changed, 46 insertions(+), 191 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c03645..7810b3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,12 +3,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; export default function LandingPage() { return ( @@ -28,238 +28,93 @@ export default function LandingPage() {
-
-
-
-
); -} +} \ No newline at end of file