From 111b758308207aae50c56f98a4195c413368f8e2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:11:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a1b5718..cd24549 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwen import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import ProductCardFour from '@/components/ecommerce/productCatalog/ProductCatalog'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextAbout from '@/components/sections/about/TextAbout'; @@ -96,21 +96,14 @@ export default function LandingPage() {
-
@@ -156,4 +149,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1