Update src/app/shop/page.tsx

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

View File

@@ -45,7 +45,6 @@ export default function ShopPage() {
brandName="Jerry's Construction"
bottomLeftText="Licensed • Insured • 20+ Years"
bottomRightText="(555) 123-4567"
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -95,7 +94,6 @@ export default function ShopPage() {
brandName="Jerry's Construction"
bottomLeftText="Licensed • Insured • 20+ Years"
bottomRightText="(555) 123-4567"
button={{ text: "Cart", onClick: () => console.log("cart") }}
/>
</div>
<div id="productCatalog" data-section="productCatalog">