From 94e63cce433a7187520a38e219f0cc7a73abe65d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 19:14:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 263 ++++++----------------------------------------- 1 file changed, 29 insertions(+), 234 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f4a6e92..58b1570 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestim import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; export default function LandingPage() { return ( @@ -29,22 +30,11 @@ export default function LandingPage() { @@ -128,152 +57,46 @@ export default function LandingPage() { -
- +
-
- -
-
); -} +} \ No newline at end of file -- 2.49.1