From c493a2f2b24b63c339b88980ab0e611e77a4f046 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Feb 2026 10:57:07 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 11248df..3038852 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -87,7 +87,11 @@ export default function ProductPage({ params }: ProductPageProps) { brandName="Luxury Suites" navItems={[ { name: "Home", id: "/" }, - { name: "Shop", id: "/shop" } + { name: "Rooms", id: "rooms" }, + { name: "Amenities", id: "amenities" }, + { name: "About", id: "about" }, + { name: "Blog", id: "/blog" }, + { name: "Contact", id: "contact" } ]} bottomLeftText="5-Star Hospitality" bottomRightText="reservations@luxurysuites.com" @@ -134,7 +138,11 @@ export default function ProductPage({ params }: ProductPageProps) { brandName="Luxury Suites" navItems={[ { name: "Home", id: "/" }, - { name: "Shop", id: "/shop" } + { name: "Rooms", id: "rooms" }, + { name: "Amenities", id: "amenities" }, + { name: "About", id: "about" }, + { name: "Blog", id: "/blog" }, + { name: "Contact", id: "contact" } ]} bottomLeftText="5-Star Hospitality" bottomRightText="reservations@luxurysuites.com" @@ -188,7 +196,11 @@ export default function ProductPage({ params }: ProductPageProps) { brandName="Luxury Suites" navItems={[ { name: "Home", id: "/" }, - { name: "Shop", id: "/shop" } + { name: "Rooms", id: "rooms" }, + { name: "Amenities", id: "amenities" }, + { name: "About", id: "about" }, + { name: "Blog", id: "/blog" }, + { name: "Contact", id: "contact" } ]} bottomLeftText="5-Star Hospitality" bottomRightText="reservations@luxurysuites.com"