Update src/app/shop/[id]/page.tsx

This commit is contained in:
2026-02-20 21:09:55 +00:00
parent e5a4a7f3df
commit 2d8db4af56

View File

@@ -1,4 +1,4 @@
use client";
"use client";
import { Suspense, use, useCallback } from "react";
import { useRouter } from "next/navigation";
@@ -108,7 +108,6 @@ function ProductPageContent({ params }: ProductPageProps) {
logoText="Bella Italia"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
useInvertedBackground={false}
className="py-8 px-6"
/>
</div>
@@ -159,7 +158,6 @@ function ProductPageContent({ params }: ProductPageProps) {
logoText="Bella Italia"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
useInvertedBackground={false}
className="py-8 px-6"
/>
</div>
@@ -234,7 +232,6 @@ function ProductPageContent({ params }: ProductPageProps) {
logoText="Bella Italia"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
useInvertedBackground={false}
className="py-8 px-6"
/>
</div>