Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user