From ad7e8ab9ce056b7080d86a195c96544c8b7f2d97 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 02:36:18 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 952a030..5e4e8f0 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -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: Instagram • Facebook • TikTok"}; if (isLoading) { return (