Update src/app/shop/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user