Update src/app/page.tsx
This commit is contained in:
@@ -298,7 +298,7 @@ export default function LandingPage() {
|
|||||||
label: "Services", href: "#services"},
|
label: "Services", href: "#services"},
|
||||||
{
|
{
|
||||||
label: "Our Team", href: "#team"},
|
label: "Our Team", href: "#team"},
|
||||||
],
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
@@ -310,7 +310,7 @@ export default function LandingPage() {
|
|||||||
label: "FAQs", href: "#faqs"},
|
label: "FAQs", href: "#faqs"},
|
||||||
{
|
{
|
||||||
label: "Contact Us", href: "#contact"},
|
label: "Contact Us", href: "#contact"},
|
||||||
],
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
@@ -320,8 +320,22 @@ export default function LandingPage() {
|
|||||||
label: "Terms of Service", href: "#"},
|
label: "Terms of Service", href: "#"},
|
||||||
{
|
{
|
||||||
label: "Accessibility", 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"
|
logoText="Dr. Yasser Abdelwahab Dental Clinic"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user