Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-21 17:00:20 +00:00
parent d86e20c68e
commit 2cc7d9e1f8

View File

@@ -91,7 +91,7 @@ function ProductPageContent({ params }: ProductPageProps) {
<ReactLenis root>
<div id="nav" data-section="nav" className="relative">
<NavbarStyleApple
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }]}
brandName="Lakeside Construction"
/>
<div className="absolute top-0 right-0 h-full flex items-center pr-4">
@@ -125,7 +125,7 @@ function ProductPageContent({ params }: ProductPageProps) {
<ReactLenis root>
<div id="nav" data-section="nav" className="relative">
<NavbarStyleApple
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }]}
brandName="Lakeside Construction"
/>
<div className="absolute top-0 right-0 h-full flex items-center pr-4">
@@ -167,7 +167,7 @@ function ProductPageContent({ params }: ProductPageProps) {
<div id="nav" data-section="nav" className="relative">
<NavbarStyleApple
brandName="Lakeside Construction"
navItems={[{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }]}
navItems={[{ name: "Home", id: "/" }]}
/>
<div className="absolute top-0 right-0 h-full flex items-center pr-4">
<button onClick={() => setCartOpen(true)} className="text-lg">