From 29452ea1b28b0adf33706f6c29fd0670569e4c06 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 06:25:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 307 +++++------------------------------------------ 1 file changed, 33 insertions(+), 274 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 38c58be..2500747 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 FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; export default function LandingPage() { return ( @@ -28,18 +28,10 @@ export default function LandingPage() {
-
-
); -} +} \ No newline at end of file -- 2.49.1