Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -76,9 +76,9 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
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: () => setCartOpen(true) },
|
||||
className: "bg-card/80 backdrop-blur-sm shadow-lg", buttonClassName: "bg-primary-cta text-primary-cta-text", buttonTextClassName: "font-medium"
|
||||
@@ -99,7 +99,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
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">
|
||||
@@ -127,7 +127,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline {...navbarProps} />
|
||||
</div>
|
||||
<div id="not-found-section" data-section="not-found-section">
|
||||
@@ -162,7 +162,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="navbar" data-section="navbar">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline {...navbarProps} />
|
||||
</div>
|
||||
<div id="product-detail-card" data-section="product-detail-card">
|
||||
|
||||
Reference in New Issue
Block a user