Update src/app/shop/page.tsx

This commit is contained in:
2026-02-19 06:20:01 +00:00
parent f3345e2b21
commit 0e8b7639a5

View File

@@ -47,7 +47,6 @@ export default function ShopPage() {
]}
bottomLeftText="24/7 Emergency Service"
bottomRightText="Call: (555) 123-4567"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<main className="min-h-screen flex items-center justify-center pt-20">
@@ -85,7 +84,6 @@ export default function ShopPage() {
]
}
]
ariaLabel="Master Plumbing footer with contact information"
/>
</div>
</ReactLenis>
@@ -121,7 +119,6 @@ export default function ShopPage() {
]}
bottomLeftText="24/7 Emergency Service"
bottomRightText="Call: (555) 123-4567"
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
/>
</div>
<div id="productCatalog" data-section="productCatalog">
@@ -167,7 +164,6 @@ export default function ShopPage() {
]
}
]
ariaLabel="Master Plumbing footer with contact information"
/>
</div>
</ReactLenis>