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

This commit is contained in:
2026-02-20 03:09:02 +00:00
parent ac109a3b06
commit d7df2c6924

View File

@@ -95,7 +95,6 @@ export default function ProductPage({ params }: ProductPageProps) {
brandName="Jerry's Construction"
bottomLeftText="Licensed • Insured • 20+ Years"
bottomRightText="(555) 123-4567"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -146,7 +145,6 @@ export default function ProductPage({ params }: ProductPageProps) {
brandName="Jerry's Construction"
bottomLeftText="Licensed • Insured • 20+ Years"
bottomRightText="(555) 123-4567"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -204,7 +202,6 @@ export default function ProductPage({ params }: ProductPageProps) {
brandName="Jerry's Construction"
bottomLeftText="Licensed • Insured • 20+ Years"
bottomRightText="(555) 123-4567"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<div id="productDetailCard" data-section="productDetailCard">