Update src/app/shop/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user