From 054b03443b25127ae5e335be8664a93faa2a5936 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 19:29:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 134 ++++++++++++++--------------------------------- 1 file changed, 39 insertions(+), 95 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 72f3be2..27faf09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,9 +8,9 @@ import FeatureCardThree from '@/components/sections/feature/featureCardThree/Fea import FooterCard from '@/components/sections/footer/FooterCard'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import { Facebook, Instagram } from "lucide-react"; @@ -32,16 +32,11 @@ export default function LandingPage() {