Update src/app/shop/page.tsx
This commit is contained in:
@@ -37,7 +37,11 @@ export default function ShopPage() {
|
||||
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"
|
||||
@@ -83,7 +87,11 @@ export default function ShopPage() {
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user