diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index b7765ca..f2436e2 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -6,7 +6,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCatalog from "@/components/ecommerce/productCatalog/ProductCatalog"; import { useProductCatalog } from "@/hooks/useProductCatalog"; -import Footer from "@/components/footer/Footer"; // Assuming a generic footer component function ShopPageContent() { const { @@ -40,7 +39,6 @@ function ShopPageContent() { buttonClassName="shadow-lg" navItemClassName="text-foreground/80 hover:text-foreground" className="backdrop-blur-sm bg-card/70" - navItemsAnimation="background-highlight" />
@@ -48,9 +46,6 @@ function ShopPageContent() {

Loading products...

- ); @@ -78,7 +73,6 @@ function ShopPageContent() { buttonClassName="shadow-lg" navItemClassName="text-foreground/80 hover:text-foreground" className="backdrop-blur-sm bg-card/70" - navItemsAnimation="background-highlight" />
@@ -92,9 +86,6 @@ function ShopPageContent() { emptyMessage="No products found" />
- );