From 2d825650dda3dab243342b0f73f1e8bdb81559c7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 17:42:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e44ab9..edac53d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: 4468 5444\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" + } + ]} />