diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 8aa6b4f..0a5cad9 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -1,4 +1,4 @@ -use client"; +"use client"; import { Suspense, useCallback } from "react"; import ReactLenis from "lenis/react"; @@ -51,8 +51,7 @@ function ShopPageContent() { { 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: [ @@ -60,7 +59,6 @@ function ShopPageContent() { { icon: Twitter, href: "https://twitter.com/ricksroofing", ariaLabel: "Twitter" }, { icon: Instagram, href: "https://instagram.com/ricksroofing", ariaLabel: "Instagram" } ], - useInvertedBackground: false }; if (isLoading) {