6 Commits

Author SHA1 Message Date
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
05585d56b7 Update src/app/page.tsx 2026-03-24 17:44:12 +00:00
26293a5d4c Merge version_4 into main
Merge version_4 into main
2026-03-24 17:42:50 +00:00
2d825650dd Update src/app/page.tsx 2026-03-24 17:42:47 +00:00
6a5cdf8baa Merge version_3 into main
Merge version_3 into main
2026-03-24 17:41:52 +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"
@@ -100,7 +100,7 @@ export default function LandingPage() {
"Dr. Haitham Jichi has spent over 15 years building something rare in Doha: a dental practice where patients — from young children to grandparents — actually look forward to their appointments.", "Known for his extraordinarily light hand, his calm demeanor, and his commitment to honest, transparent care, Dr. Haitham takes the time to explain every step, every option, and every concern. His patients don't just stay — they come back for a decade, and they bring their families.", "\"He didn't just fix my tooth. He explained everything, and for the first time, I actually trusted my dentist.\" — Mohammed J., patient (verified Google review)"]}
buttons={[
{
text: "Meet Dr. Haitham", href: "#about"},
text: "Meet Dr. Haitham", href: "#contact"}
]}
showBorder={false}
/>
@@ -192,6 +192,14 @@ export default function LandingPage() {
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"
buttons={[
{
text: "Call Now", href: "tel:44685444"
},
{
text: "Get Directions", href: "https://maps.app.goo.gl/example"
}
]}
/>
</div>
@@ -238,4 +246,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}