From a29da4242b46bfcc7f75d10ea5b345e33ce1415e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 08:31:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 96 ++++++++++++------------------------------------ 1 file changed, 24 insertions(+), 72 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ec68db..dc7cfd9 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 ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog'; +import ProductCardTwo from '@/components/ecommerce/productCatalog/ProductCatalog'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; export default function LandingPage() { @@ -29,14 +29,10 @@ export default function LandingPage() {
-
@@ -160,22 +126,8 @@ export default function LandingPage() { -- 2.49.1