diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 6efee6d..5f66063 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -6,105 +6,49 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog'; -export default function LandingPage() { +export default function ShopPage() { return ( - - -
- -
- - + +
+ +
+
);