Update src/app/shop/page.tsx

This commit is contained in:
2026-02-20 23:24:05 +00:00
parent 672a27f71c
commit 63cb490ef6

View File

@@ -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"
/>
</div>