From be060a30d73d1129bbded7e5cf1f31b8f62030ce Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 21:20:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 372 ++++++----------------------------------------- 1 file changed, 44 insertions(+), 328 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d58ec58..213d96a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestim import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; export default function LandingPage() { @@ -31,26 +31,12 @@ export default function LandingPage() {