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

This commit is contained in:
2026-02-21 23:38:52 +00:00
parent 4091cc03ef
commit cec853e8c6

View File

@@ -95,7 +95,6 @@ function ProductPageContent({ params }: ProductPageProps) {
brandName="T&K Roofing"
bottomLeftText="Quality Roofing & Sheet Metal"
bottomRightText="(555) 123-4567"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -134,7 +133,6 @@ function ProductPageContent({ params }: ProductPageProps) {
brandName="T&K Roofing"
bottomLeftText="Quality Roofing & Sheet Metal"
bottomRightText="(555) 123-4567"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -180,7 +178,6 @@ function ProductPageContent({ params }: ProductPageProps) {
brandName="T&K Roofing"
bottomLeftText="Quality Roofing & Sheet Metal"
bottomRightText="(555) 123-4567"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<div id="productDetailCard" data-section="productDetailCard">