diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index ee44bb3..94abb98 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) { { 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) {