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