From 63cb490ef60fdbf2dddb7d49828c7cdb6a21c3ed Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 23:24:05 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 1 - 1 file changed, 1 deletion(-) 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" />