diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index 6269427..607773c 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -56,7 +56,6 @@ export default function BlogPage() {
logoText="InDark"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
- useInvertedBackground={true}
/>
diff --git a/src/app/page.tsx b/src/app/page.tsx
index d1a70b9..1944ce2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -101,6 +101,8 @@ export default function LandingPage() {
setCartOpen(true) }}
/>
@@ -98,7 +97,6 @@ export default function ProductPage({ params }: ProductPageProps) {
logoText="InDark"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
- useInvertedBackground={true}
/>
@@ -123,11 +121,10 @@ export default function ProductPage({ params }: ProductPageProps) {
setCartOpen(true) }}
/>
@@ -146,7 +143,6 @@ export default function ProductPage({ params }: ProductPageProps) {
logoText="InDark"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
- useInvertedBackground={true}
/>
@@ -170,11 +166,10 @@ export default function ProductPage({ params }: ProductPageProps) {
setCartOpen(true) }}
/>
@@ -218,7 +213,6 @@ export default function ProductPage({ params }: ProductPageProps) {
logoText="InDark"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
- useInvertedBackground={true}
/>
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index a5a4f51..7af2c2b 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -33,11 +33,10 @@ export default function ShopPage() {
{} }}
/>
@@ -48,7 +47,6 @@ export default function ShopPage() {
logoText="InDark"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
- useInvertedBackground={true}
/>
@@ -72,11 +70,10 @@ export default function ShopPage() {
{} }}
/>
@@ -95,7 +92,6 @@ export default function ShopPage() {
logoText="InDark"
leftLink={{ text: "Privacy Policy", href: "/privacy" }}
rightLink={{ text: "Terms of Service", href: "/terms" }}
- useInvertedBackground={true}
/>