diff --git a/src/app/page.tsx b/src/app/page.tsx index a073843..f718618 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -298,7 +298,7 @@ export default function LandingPage() { label: "Services", href: "#services"}, { label: "Our Team", href: "#team"}, - ], + ] }, { items: [ @@ -310,7 +310,7 @@ export default function LandingPage() { label: "FAQs", href: "#faqs"}, { label: "Contact Us", href: "#contact"}, - ], + ] }, { items: [ @@ -320,8 +320,22 @@ export default function LandingPage() { label: "Terms of Service", href: "#"}, { label: "Accessibility", href: "#"}, - ], + ] }, + { + items: [ + { + label: "Clinic Information"}, + { + label: "123 Dental Street"}, + { + label: "City, State 12345"}, + { + label: "Phone: (123) 456-7890", href: "tel:+1234567890"}, + { + label: "Email: info@dryasserclinic.com", href: "mailto:info@dryasserclinic.com"} + ] + } ]} logoText="Dr. Yasser Abdelwahab Dental Clinic" />