diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index c7cc3a4..aabfcf7 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -16,6 +16,15 @@ export default function ShopPage() { filters, } = useProductCatalog({ basePath: "/shop" }); + const navItems = [ + { name: "Home", id: "/" }, + { name: "About", id: "/about" }, + { name: "Menu", id: "/menu" }, + { name: "Testimonials", id: "/testimonials" }, + { name: "Contact", id: "/contact" }, + { name: "Shop", id: "/shop" } + ]; + if (isLoading) { return ( -