From 05080d6aeb661c49597a8a333f55d6d71c4c1c15 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 12:34:16 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) 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 ( -