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

This commit is contained in:
2026-02-24 04:23:32 +00:00
parent 04f38c1154
commit 88799eebfd

View File

@@ -94,8 +94,8 @@ function ProductPageContent({ params }: ProductPageProps) {
{"name":"Home","id":"/"},
{"name":"Shop","id":"/shop"}
]}
brandName="HVAC Pro Construction"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
brandName="HVAC Pro Construction"
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -127,8 +127,8 @@ function ProductPageContent({ params }: ProductPageProps) {
{"name":"Home","id":"/"},
{"name":"Shop","id":"/shop"}
]}
brandName="HVAC Pro Construction"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
brandName="HVAC Pro Construction"
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -167,8 +167,8 @@ function ProductPageContent({ params }: ProductPageProps) {
{"name":"Home","id":"/"},
{"name":"Shop","id":"/shop"}
]}
brandName="HVAC Pro Construction"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
brandName="HVAC Pro Construction"
/>
</div>
<div id="productDetailCard" data-section="productDetailCard">