5 Commits

Author SHA1 Message Date
e9ee1e4b0c Update src/app/shop/page.tsx 2026-02-16 15:50:05 +00:00
968f1772fb Update src/app/shop/[id]/page.tsx 2026-02-16 15:50:05 +00:00
6be98d6ac6 Update src/app/page.tsx 2026-02-16 15:50:04 +00:00
6a9b9f4395 Update src/app/layout.tsx 2026-02-16 15:50:03 +00:00
9331696908 Update src/app/blog/page.tsx 2026-02-16 15:50:02 +00:00
5 changed files with 12 additions and 12 deletions

View File

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

View File

@@ -1258,4 +1258,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -27,7 +27,7 @@ export default function PlumberPage() {
secondaryButtonStyle="solid"
headingFontWeight="extrabold"
>
<div id="nav" data-section="nav">
<div id="nav" data-section="nav" className="sticky top-0 z-50">
<NavbarStyleCentered
brandName="KY Plumber"
navItems={[
@@ -257,4 +257,4 @@ export default function PlumberPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -81,7 +81,7 @@ export default function ProductPage({ params }: ProductPageProps) {
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={[
@@ -125,7 +125,7 @@ export default function ProductPage({ params }: ProductPageProps) {
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={[
@@ -176,7 +176,7 @@ export default function ProductPage({ params }: ProductPageProps) {
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={[
@@ -236,4 +236,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

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>
);
}
}