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

This commit is contained in:
2026-02-22 02:36:18 +00:00
parent e717d9b897
commit ad7e8ab9ce

View File

@@ -1,4 +1,4 @@
use client";
"use client";
import { Suspense, use, useCallback } from "react";
import { useRouter } from "next/navigation";
@@ -84,8 +84,7 @@ function ProductPageContent({ params }: ProductPageProps) {
const footerProps = {
columns: [{ title: "bb.q chicken", items: [{ label: "Columbus", href: "#" }] }, { title: "Ordering", items: [{ label: "Online Ordering", href: "#final-cta" }, { label: "View Menu", href: "#signature-flavors" }] }, { title: "About Us", items: [{ label: "Our Story", href: "#brand-story" }, { label: "Dine-In", href: "#dine-in" }] }, { title: "Connect", items: [{ label: "Contact", href: "#final-cta" }, { label: "Hours", href: "#" }, { label: "Location", href: "#" }] }],
bottomLeftText: "© 2024 bb.q chicken. All rights reserved.", bottomRightText: "Follow Us: Instagram Facebook TikTok", useInvertedBackground: false,
};
bottomLeftText: "© 2024 bb.q chicken. All rights reserved.", bottomRightText: "Follow Us: InstagramFacebook • TikTok"};
if (isLoading) {
return (