diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index fe8e98c..354f6a7 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -37,13 +37,13 @@ export default function BlogPage() {
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3df3196..6e19515 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -46,7 +46,7 @@ export default function LandingPage() {
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index 9823333..492ee4f 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -129,7 +129,6 @@ export default function ShopPage() {
columns={[{ "title": "Services", "items": [{ "label": "General Dentistry", "href": "#services" }, { "label": "Cosmetic Dentistry", "href": "#services" }, { "label": "Emergency Care", "href": "#services" }] }, { "title": "About Us", "items": [{ "label": "Our Story", "href": "#about" }, { "label": "Our Team", "href": "#about" }, { "label": "Patient Info", "href": "#" }] }, { "title": "Contact", "items": [{ "label": "Location", "href": "#contact" }, { "label": "Schedule Visit", "href": "#contact" }, { "label": "Call Us", "href": "tel:+1234567890" }] }]}
logoText="SmileCare Dental"
copyrightText="© 2024 SmileCare Dental. All rights reserved."
- useInvertedBackground={true}
className="bg-background-accent"
/>