Update src/app/shop/page.tsx

This commit is contained in:
2026-02-24 11:47:14 +00:00
parent 47f260b4c2
commit 7f6b4e2295

View File

@@ -33,7 +33,7 @@ function ShopPageContent() {
headingFontWeight="normal"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Brew & Co"
navItems={[
@@ -79,7 +79,7 @@ function ShopPageContent() {
headingFontWeight="normal"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Brew & Co"
navItems={[
@@ -125,4 +125,4 @@ export default function ShopPage() {
<ShopPageContent />
</Suspense>
);
}
}