6 Commits

Author SHA1 Message Date
d57e8eaf0f Update src/app/page.tsx 2026-03-24 17:55:03 +00:00
f092f1d5b4 Update src/app/page.tsx 2026-03-24 17:53:23 +00:00
98c7291ac3 Update src/app/page.tsx 2026-03-24 17:52:58 +00:00
c0aa5db09c Merge version_6 into main
Merge version_6 into main
2026-03-24 17:47:26 +00:00
4e6bee50a8 Update src/app/page.tsx 2026-03-24 17:47:20 +00:00
769e74fac6 Merge version_5 into main
Merge version_5 into main
2026-03-24 17:44:15 +00:00

View File

@@ -58,7 +58,7 @@ export default function LandingPage() {
{
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"
imageAlt="Modern dental clinic interior with a smiling patient in a dental chair"
@@ -191,7 +191,16 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
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"
animationType="entrance-slide"
text="Book your appointment. Dr. Haitham's schedule fills fast. Don't wait. Phone: 44685444. "
buttons={[
{
text: "Call Now", href: "tel:44685444"
},
{
text: "Get Directions", href: "https://maps.app.goo.gl/example"
}
]}
/>
</div>
@@ -238,4 +247,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}