Compare commits
18 Commits
version_3
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| c26ff2da2e | |||
| afadd7b26b | |||
| 2d0f65af5a | |||
| 5f30b87356 | |||
| e6b301d183 | |||
| adfd2ec12a | |||
| d57e8eaf0f | |||
| 99fae02c78 | |||
| f092f1d5b4 | |||
| 87acaa9bba | |||
| 98c7291ac3 | |||
| c0aa5db09c | |||
| 4e6bee50a8 | |||
| 769e74fac6 | |||
| 05585d56b7 | |||
| 26293a5d4c | |||
| 2d825650dd | |||
| 6a5cdf8baa |
@@ -58,9 +58,9 @@ 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="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}
|
||||||
@@ -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)"]}
|
"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: "#about"},
|
text: "Meet Dr. Haitham", href: "#contact"}
|
||||||
]}
|
]}
|
||||||
showBorder={false}
|
showBorder={false}
|
||||||
/>
|
/>
|
||||||
@@ -191,7 +191,13 @@ 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={[
|
||||||
|
{
|
||||||
|
text: "Call Now", href: "tel:44685444"
|
||||||
|
}
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -219,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"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -238,4 +244,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user