16 Commits

Author SHA1 Message Date
9b2f207d0c Update src/app/page.tsx 2026-03-27 12:15:33 +00:00
c49b157815 Merge version_12 into main
Merge version_12 into main
2026-03-27 12:03:31 +00:00
b9178eb160 Update src/app/page.tsx 2026-03-27 12:03:28 +00:00
36038178c0 Merge version_11 into main
Merge version_11 into main
2026-03-27 12:00:53 +00:00
c26ff2da2e Update src/app/page.tsx 2026-03-27 12:00:50 +00:00
afadd7b26b Merge version_10 into main
Merge version_10 into main
2026-03-24 18:12:07 +00:00
2d0f65af5a Update src/app/page.tsx 2026-03-24 18:12:00 +00:00
5f30b87356 Merge version_8 into main
Merge version_8 into main
2026-03-24 17:58:55 +00:00
e6b301d183 Update src/app/page.tsx 2026-03-24 17:58:52 +00:00
adfd2ec12a Merge version_7 into main
Merge version_7 into main
2026-03-24 17:55:09 +00:00
d57e8eaf0f Update src/app/page.tsx 2026-03-24 17:55:03 +00:00
99fae02c78 Merge version_7 into main
Merge version_7 into main
2026-03-24 17:53:26 +00:00
f092f1d5b4 Update src/app/page.tsx 2026-03-24 17:53:23 +00:00
87acaa9bba Merge version_7 into main
Merge version_7 into main
2026-03-24 17:53:01 +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

View File

@@ -60,7 +60,7 @@ export default function LandingPage() {
{ {
text: "Meet Dr. Haitham", href: "#contact"}, text: "Meet Dr. Haitham", href: "#contact"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-smiley-patient-dentist-checkup_23-2149164284.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOr4rglD5fu7yVqGXlcOSYUkyu/uploaded-1774375112010-scbs00sk.png"
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"
textPosition="bottom-left" textPosition="bottom-left"
showDimOverlay={true} showDimOverlay={true}
@@ -97,7 +97,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="The dentist your whole family will love" title="The dentist your whole family will love"
description={[ description={[
"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)"]} "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={[ buttons={[
{ {
text: "Meet Dr. Haitham", href: "#contact"} text: "Meet Dr. Haitham", href: "#contact"}
@@ -191,13 +191,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
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" animationType="entrance-slide"
text="Book your appointment. Dr. Haitham's schedule fills fast. Don't wait. Phone: 44685444. "
buttons={[ buttons={[
{ {
text: "Call Now", href: "tel:44685444" text: "Call Now", href: "tel:44685444"
},
{
text: "Get Directions", href: "https://maps.app.goo.gl/example"
} }
]} ]}
/> />
@@ -227,7 +225,7 @@ export default function LandingPage() {
{ {
label: "Call: 4468 5444", href: "tel:44685444"}, label: "Call: 4468 5444", href: "tel:44685444"},
{ {
label: "Zone 56, 514 St., Villa, Doha, Qatar", href: "https://maps.app.goo.gl/example"}, label: "Zone 56, 514 St., Villa, Doha, Qatar", href: "https://maps.app.goo.gl/gWCz7zTRhgKAvpoX6"},
], ],
}, },
{ {
@@ -246,4 +244,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }