Update src/app/shop/page.tsx

This commit is contained in:
2026-02-20 13:03:41 +00:00
parent ce285f357a
commit c71d514f52

View File

@@ -55,7 +55,7 @@ export default function ShopPage() {
headingFontWeight="normal"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="PandaCoffee"
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
@@ -85,7 +85,7 @@ export default function ShopPage() {
headingFontWeight="normal"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="PandaCoffee"
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}