Update src/app/page.tsx

This commit is contained in:
2026-06-11 10:24:13 +00:00
parent e3f1d0c556
commit aca22f3fbb

View File

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