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"