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