Update src/app/shop/page.tsx

This commit is contained in:
2026-02-20 21:09:56 +00:00
parent 2d8db4af56
commit 72d5aa6bf3

View File

@@ -1,4 +1,4 @@
use client";
"use client";
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
@@ -50,7 +50,6 @@ export default function ShopPage() {
logoText="Bella Italia"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
useInvertedBackground={false}
className="py-8 px-6"
/>
</div>
@@ -100,7 +99,6 @@ export default function ShopPage() {
logoText="Bella Italia"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
useInvertedBackground={false}
className="py-8 px-6"
/>
</div>