Update src/app/shop/page.tsx

This commit is contained in:
2026-02-21 23:57:22 +00:00
parent 7976bcd1af
commit 5acd4d4fe5

View File

@@ -56,7 +56,7 @@ function ShopPageContent() {
headingFontWeight="normal"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[{ name: "Home", id: "/" }, { name: "Menu", id: "/menu" }, { name: "About", id: "/about" }, { name: "Order Ahead", id: "/order" }, { name: "Shop", id: "/shop" }]}
brandName="Midnight Cafe"
@@ -85,7 +85,7 @@ function ShopPageContent() {
headingFontWeight="normal"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[{ name: "Home", id: "/" }, { name: "Menu", id: "/menu" }, { name: "About", id: "/about" }, { name: "Order Ahead", id: "/order" }, { name: "Shop", id: "/shop" }]}
brandName="Midnight Cafe"
@@ -125,7 +125,6 @@ function ShopPageContent() {
{ items: [{ label: "Hours", href: "/contact#hours" }, { label: "Contact", href: "/contact" }, { label: "Instagram", href: "https://instagram.com/midnightcafe" }] }
]}
logoText="Midnight Cafe"
useInvertedBackground={false}
/>
</div>
</ReactLenis>