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