Update src/app/shop/page.tsx

This commit is contained in:
2026-02-21 16:36:37 +00:00
parent b8d989d195
commit 482ac4ff75

View File

@@ -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) {