Update src/app/shop/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user