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) {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Shop", id: "/shop" }
|
||||
],
|
||||
brandName: "Rick's Roofing", button: { text: "Cart", onClick: () => setCartOpen(true) },
|
||||
};
|
||||
brandName: "Rick's Roofing"};
|
||||
|
||||
const footerProps = {
|
||||
logoText: "Rick's Roofing", copyrightText: "© 2024 Rick's Roofing and Repairs Inc. All rights reserved.", socialLinks: [
|
||||
@@ -93,7 +92,6 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{ icon: Twitter, href: "https://twitter.com/ricksroofing", ariaLabel: "Twitter" },
|
||||
{ icon: Instagram, href: "https://instagram.com/ricksroofing", ariaLabel: "Instagram" }
|
||||
],
|
||||
useInvertedBackground: false
|
||||
};
|
||||
|
||||
if (isLoading) {
|
||||
|
||||
Reference in New Issue
Block a user