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";
|
||||
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user