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