From 8e0e0d862fa934f461188c859b589d021552c929 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 08:32:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 00af556..b068065 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarou import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; -import ProductCardTwo from '@/components/ecommerce/productCatalog/ProductCatalog'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; export default function LandingPage() { @@ -30,7 +30,7 @@ export default function LandingPage() {