Update src/app/shop/page.tsx

This commit is contained in:
2026-02-22 23:01:47 +00:00
parent f313fc7654
commit 60afd6ba1c

View File

@@ -19,9 +19,9 @@ function ShopPageContent() {
const navbarProps = {
navItems: [
{ name: "Home", id: "/" },
{ name: "Reviews", id: "/reviews" },
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Contact", id: "/contact" },
{ name: "Shop", id: "/shop" }
],
brandName: "Pointer Roofing & Construction LLC", button: { text: "Cart", onClick: () => {} },
className: "bg-card/80 backdrop-blur-sm shadow-lg", buttonClassName: "bg-primary-cta text-primary-cta-text", buttonTextClassName: "font-medium"
@@ -42,7 +42,7 @@ function ShopPageContent() {
headingFontWeight="medium"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline {...navbarProps} />
</div>
<div id="loading-section" data-section="loading-section">
@@ -69,7 +69,7 @@ function ShopPageContent() {
headingFontWeight="medium"
>
<ReactLenis root>
<div id="navbar" data-section="navbar">
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline {...navbarProps} />
</div>
<div id="product-catalog" data-section="product-catalog">