Update src/app/shop/page.tsx

This commit is contained in:
2026-02-20 21:22:58 +00:00
parent 7a2a2cb804
commit c5242c9f47

View File

@@ -31,7 +31,7 @@ export default function ShopPage() {
headingFontWeight="extrabold"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
@@ -63,7 +63,7 @@ export default function ShopPage() {
headingFontWeight="extrabold"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
@@ -89,15 +89,15 @@ export default function ShopPage() {
columns={[
{
title: "Hotel", items: [
{ label: "About Us", href: "#about" },
{ label: "Rooms", href: "#rooms" },
{ label: "Amenities", href: "#amenities" },
{ label: "About Us", href: "/#about" },
{ label: "Rooms", href: "/#products" },
{ label: "Amenities", href: "/#features" },
],
},
{
title: "Guest Services", items: [
{ label: "FAQ", href: "#faq" },
{ label: "Contact Us", href: "#contact" },
{ label: "FAQ", href: "/#faq" },
{ label: "Contact Us", href: "/#contact" },
{ label: "Privacy Policy", href: "/privacy" },
],
},