Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-02-09 17:04:36 +00:00

View File

@@ -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">