Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e6bee50a8 | |||
| 769e74fac6 |
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
text: "Book Your Appointment", href: "#contact"},
|
text: "Book Your Appointment", href: "#contact"},
|
||||||
{
|
{
|
||||||
text: "Meet Dr. Haitham", href: "#about"},
|
text: "Meet Dr. Haitham", href: "#contact"},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-smiley-patient-dentist-checkup_23-2149164284.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-smiley-patient-dentist-checkup_23-2149164284.jpg"
|
||||||
imageAlt="Modern dental clinic interior with a smiling patient in a dental chair"
|
imageAlt="Modern dental clinic interior with a smiling patient in a dental chair"
|
||||||
@@ -192,6 +192,14 @@ export default function LandingPage() {
|
|||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
text="Ready to book? Appointments fill up fast — Dr. Haitham's schedule is usually full. Don't wait.\n\nPhone: <a href='tel:44685444'>4468 5444</a>\nAddress: Zone 56, 514 St., Villa, Doha, Qatar \nعيادة الدكتور هيثم جشي — الدوحة، قطر\nHours: Open now · Closes 7:30 PM"
|
text="Ready to book? Appointments fill up fast — Dr. Haitham's schedule is usually full. Don't wait.\n\nPhone: <a href='tel:44685444'>4468 5444</a>\nAddress: Zone 56, 514 St., Villa, Doha, Qatar \nعيادة الدكتور هيثم جشي — الدوحة، قطر\nHours: Open now · Closes 7:30 PM"
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Call Now", href: "tel:44685444"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
text: "Get Directions", href: "https://maps.app.goo.gl/example"
|
||||||
|
}
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -238,4 +246,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user