Merge version_4 into main #3

Merged
bender merged 1 commits from version_4 into main 2026-03-24 17:42:51 +00:00

View File

@@ -60,8 +60,8 @@ export default function LandingPage() {
{
text: "Meet Dr. Haitham", href: "#about"},
]}
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"
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"
textPosition="bottom-left"
showDimOverlay={true}
showBlur={true}
@@ -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-instruments_23-2151053286.jpg", imageAlt: "Close-up of gloved hands working gently, warm lighting"},
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: "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: "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: "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"},
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"},
]}
title="Why Dr. Haitham Jichi Clinic"
description="Patients choose us for a uniquely calm, caring, and trustworthy dental experience."
@@ -191,7 +191,15 @@ 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"
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"
buttons={[
{
text: "Call Now", href: "tel:44685444"
},
{
text: "Get Directions", href: "https://maps.app.goo.gl/example"
}
]}
/>
</div>