diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index 79eaec5..f7121e9 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -28,11 +28,11 @@ export default function BlogPage() {
@@ -61,7 +61,6 @@ export default function BlogPage() {
{ icon: Twitter, href: "https://twitter.com/ricksroofing", ariaLabel: "Twitter" },
{ icon: Instagram, href: "https://instagram.com/ricksroofing", ariaLabel: "Instagram" }
]}
- useInvertedBackground={false}
/>
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 155aca2..e52fcf0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -27,7 +27,7 @@ export default function LandingPage() {
>
@@ -36,8 +36,8 @@ export default function LandingPage() {
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) {
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) {