Update src/app/shop/page.tsx
This commit is contained in:
@@ -61,7 +61,6 @@ export default function ShopPage() {
|
||||
brandName="Dmitry"
|
||||
bottomLeftText="Private & Confidential"
|
||||
bottomRightText="Connect with Dmitry"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
@@ -92,7 +91,6 @@ export default function ShopPage() {
|
||||
brandName="Dmitry"
|
||||
bottomLeftText="Private & Confidential"
|
||||
bottomRightText="Connect with Dmitry"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
<div id="product-catalog" data-section="product-catalog">
|
||||
|
||||
Reference in New Issue
Block a user