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

This commit is contained in:
2026-02-22 13:40:00 +00:00
parent 64985fa9ea
commit 0623e23663

View File

@@ -1,4 +1,4 @@
use client";
"use client";
import { Suspense, use, useCallback } from "react";
import { useRouter } from "next/navigation";
@@ -173,12 +173,11 @@ function ProductPageContent({ params }: ProductPageProps) {
<FooterBase
logoText="Смачна Випічка"
columns={[
{ title: "Bakery", items: [{ label: "Our Story", href: "#about" }, { label: "Products", href: "#products" }, { label: "Process", href: "#process" }] },
{ title: "Support", items: [{ label: "FAQ", href: "#faq" }, { label: "Contact Us", href: "#contact" }] },
{ title: "Bakery", items: [{ label: "Our Story", href: "/#about" }, { label: "Products", href: "/#products" }, { label: "Process", href: "/#process" }] },
{ title: "Support", items: [{ label: "FAQ", href: "/#faq" }, { label: "Contact Us", href: "/#contact" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "/privacy" }, { label: "Terms of Service", href: "/terms" }] }
]}
copyrightText="© 2024 Смачна Випічка. All rights reserved."
useInvertedBackground={false}
className="py-10 bg-background-accent text-primary-cta-text"
logoTextClassName="font-extrabold text-3xl"
columnTitleClassName="font-bold text-lg"