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 +}