Compare commits
20 Commits
version_4
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b2f207d0c | |||
| c49b157815 | |||
| b9178eb160 | |||
| 36038178c0 | |||
| c26ff2da2e | |||
| afadd7b26b | |||
| 2d0f65af5a | |||
| 5f30b87356 | |||
| e6b301d183 | |||
| adfd2ec12a | |||
| d57e8eaf0f | |||
| 99fae02c78 | |||
| f092f1d5b4 | |||
| 87acaa9bba | |||
| 98c7291ac3 | |||
| c0aa5db09c | |||
| 4e6bee50a8 | |||
| 769e74fac6 | |||
| 05585d56b7 | |||
| 26293a5d4c |
@@ -58,10 +58,10 @@ 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/young-female-patient-bed-physiotherapy-center_1139-1121.jpg"
|
||||
imageAlt="Calm, smiling dental patient in a modern dental chair with warm lighting"
|
||||
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"
|
||||
textPosition="bottom-left"
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
@@ -97,10 +97,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="The dentist your whole family will love"
|
||||
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={[
|
||||
{
|
||||
text: "Meet Dr. Haitham", href: "#about"},
|
||||
text: "Meet Dr. Haitham", href: "#contact"}
|
||||
]}
|
||||
showBorder={false}
|
||||
/>
|
||||
@@ -144,11 +144,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "light-hands", name: "The lightest hands in Doha", price: "Unmatched Comfort", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-toothbrush-teeth-model-dental-clinic_23-2147879182.jpg", imageAlt: "Dentist's gloved hands gently working on a patient's mouth"},
|
||||
id: "light-hands", name: "The lightest hands in Doha", price: "Unmatched Comfort", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053286.jpg", imageAlt: "Close-up of gloved hands working gently, warm lighting"},
|
||||
{
|
||||
id: "honest", name: "Honest. Always.", price: "Transparent Care", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-dentist-office_23-2148338112.jpg", imageAlt: "Dentist having an honest discussion with a patient about treatment options"},
|
||||
id: "honest", name: "Honest. Always.", price: "Transparent Care", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-nurse-attractive-doctor-meeting-first-time-medical-board-attractive-woman-medical-specialist-working-together-hospital_662251-147.jpg", imageAlt: "Doctor consulting warmly with a patient, face-to-face"},
|
||||
{
|
||||
id: "family-dentist", name: "Your family's dentist for life", price: "Generations of Trust", imageSrc: "http://img.b2bpic.net/free-photo/senior-friends-having-wonderful-time-together_23-2149262135.jpg", imageAlt: "A happy family smiling with their trusted family dentist"},
|
||||
id: "family-dentist", name: "Your family's dentist for life", price: "Generations of Trust", imageSrc: "http://img.b2bpic.net/free-photo/mother-little-children-have-fun-home_1157-38250.jpg", imageAlt: "Family of different ages smiling, warm editorial style"},
|
||||
]}
|
||||
title="Why Dr. Haitham Jichi Clinic"
|
||||
description="Patients choose us for a uniquely calm, caring, and trustworthy dental experience."
|
||||
@@ -191,13 +191,11 @@ 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: 4468 5444\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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -227,7 +225,7 @@ export default function LandingPage() {
|
||||
{
|
||||
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"},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user