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() {