Update src/app/shop/page.tsx
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { useState } from "react";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -43,7 +44,6 @@ export default function ShopPage() {
|
||||
brandName="SocialHub"
|
||||
bottomLeftText="Social Community"
|
||||
bottomRightText="hello@socialhub.com"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
<main className="min-h-screen flex items-center justify-center pt-20">
|
||||
@@ -89,7 +89,6 @@ export default function ShopPage() {
|
||||
brandName="SocialHub"
|
||||
bottomLeftText="Social Community"
|
||||
bottomRightText="hello@socialhub.com"
|
||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||
/>
|
||||
</div>
|
||||
<div id="productCatalog" data-section="productCatalog">
|
||||
|
||||
Reference in New Issue
Block a user