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