Update src/app/shop/page.tsx

This commit is contained in:
2026-02-16 15:50:05 +00:00
parent 968f1772fb
commit e9ee1e4b0c

View File

@@ -34,7 +34,7 @@ export default function ShopPage() {
headingFontWeight="extrabold"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="navbar" data-section="navbar" className="sticky top-0 z-50">
<NavbarStyleCentered
brandName="KY Plumber"
navItems={[
@@ -77,7 +77,7 @@ export default function ShopPage() {
headingFontWeight="extrabold"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="navbar" data-section="navbar" className="sticky top-0 z-50">
<NavbarStyleCentered
brandName="KY Plumber"
navItems={[
@@ -112,4 +112,4 @@ export default function ShopPage() {
</ReactLenis>
</ThemeProvider>
);
}
}