Update src/app/shop/page.tsx

This commit is contained in:
2026-02-20 23:27:22 +00:00
parent fa68ccd2c0
commit b70f2f3bac

View File

@@ -35,6 +35,7 @@ export default function ShopPage() {
<NavbarLayoutFloatingOverlay
brandName="The Grand Hotel"
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
button={{ text: "Book Now", href: "/#contact" }}
/>
</div>
<div id="loading-section" data-section="loading-section">
@@ -47,7 +48,6 @@ export default function ShopPage() {
logoText="The Grand Hotel"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
useInvertedBackground={true}
/>
</div>
</ReactLenis>
@@ -73,6 +73,7 @@ export default function ShopPage() {
<NavbarLayoutFloatingOverlay
brandName="The Grand Hotel"
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
button={{ text: "Book Now", href: "/#contact" }}
/>
</div>
<div id="product-catalog" data-section="product-catalog">
@@ -91,7 +92,6 @@ export default function ShopPage() {
logoText="The Grand Hotel"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
useInvertedBackground={true}
/>
</div>
</ReactLenis>