From 0f14a2654ed47c4f36e4f8efd19dab3ebbcf376a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 00:07:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5005aef..8e59909 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/doctor-preparing-consult_23-2149309940.jpg", imageAlt: "Dr. Ahmed Boukhrissa"}, { - imageSrc: "http://img.b2bpic.net/free-photo/senior-female-patient-wheelchair-feeling-worried-while-communicating-with-female-doctor-holding-hands_637285-697.jpg", imageAlt: "Medical consultation"}, + imageSrc: "http://img.b2bpic.net/free-photo/senior-female-patient-wheelchair-feeling-worried-while-communicating-with-female-doctor-holding-hands_637285-697.jpg?_wi=1", imageAlt: "Medical consultation"}, ]} mediaAnimation="none" rating={5} @@ -84,7 +84,7 @@ export default function LandingPage() { title: "Quality Treatment", description: "يقدم رعاية طبية عالية الجودة ويحرص على الاستماع إلى مرضاه وتقديم أفضل علاج ممكن.", icon: CheckCircle, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/senior-female-patient-wheelchair-feeling-worried-while-communicating-with-female-doctor-holding-hands_637285-697.jpg" + imageSrc="http://img.b2bpic.net/free-photo/senior-female-patient-wheelchair-feeling-worried-while-communicating-with-female-doctor-holding-hands_637285-697.jpg?_wi=2" imageAlt="Dr. Ahmed Boukhrissa" mediaAnimation="none" imagePosition="right" @@ -139,17 +139,17 @@ export default function LandingPage() { animationType="none" testimonials={[ { - id: "1", name: "Fatima Amara", handle: "Patient - Bordj El Kiffan", testimonial: "A very professional and compassionate doctor, equally skilled in medicine and ethics. Highly recommended for family healthcare.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-male-doctor_171337-1491.jpg", imageAlt: "Fatima Amara"}, + id: "1", name: "Fatima Amara", handle: "Patient - Bordj El Kiffan", testimonial: "A very professional and compassionate doctor, equally skilled in medicine and ethics. Highly recommended for family healthcare.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-male-doctor_171337-1491.jpg?_wi=1", imageAlt: "Fatima Amara"}, { - id: "2", name: "Mohammed Samir", handle: "Patient - Algiers", testimonial: "Top doctor, may God bless you. Excellent service and genuine care for patients. Very attentive to concerns.", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-smiling_329181-9259.jpg", imageAlt: "Mohammed Samir"}, + id: "2", name: "Mohammed Samir", handle: "Patient - Algiers", testimonial: "Top doctor, may God bless you. Excellent service and genuine care for patients. Very attentive to concerns.", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-smiling_329181-9259.jpg?_wi=1", imageAlt: "Mohammed Samir"}, { - id: "3", name: "Zahra Belaid", handle: "Patient - Bordj El Kiffan", testimonial: "Professional, attentive, and caring. Dr. Boukhrissa takes time to listen to patients and provide proper medical guidance.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-male-doctor_171337-1491.jpg", imageAlt: "Zahra Belaid"}, + id: "3", name: "Zahra Belaid", handle: "Patient - Bordj El Kiffan", testimonial: "Professional, attentive, and caring. Dr. Boukhrissa takes time to listen to patients and provide proper medical guidance.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-male-doctor_171337-1491.jpg?_wi=2", imageAlt: "Zahra Belaid"}, { - id: "4", name: "Ahmed Hassan", handle: "Patient - Algiers", testimonial: "Excellent medical care with a human touch. The clinic is clean, organized, and the doctor is very professional.", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-smiling_329181-9259.jpg", imageAlt: "Ahmed Hassan"}, + id: "4", name: "Ahmed Hassan", handle: "Patient - Algiers", testimonial: "Excellent medical care with a human touch. The clinic is clean, organized, and the doctor is very professional.", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-smiling_329181-9259.jpg?_wi=2", imageAlt: "Ahmed Hassan"}, { - id: "5", name: "Nadia Medjahed", handle: "Patient - Bordj El Kiffan", testimonial: "Trustworthy doctor who genuinely cares about patient health. Always available and responsive to concerns.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-male-doctor_171337-1491.jpg", imageAlt: "Nadia Medjahed"}, + id: "5", name: "Nadia Medjahed", handle: "Patient - Bordj El Kiffan", testimonial: "Trustworthy doctor who genuinely cares about patient health. Always available and responsive to concerns.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-male-doctor_171337-1491.jpg?_wi=3", imageAlt: "Nadia Medjahed"}, { - id: "6", name: "Karim Brahim", handle: "Patient - Algiers", testimonial: "Highly professional service with excellent bedside manner. I recommend him to all my family and friends.", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-smiling_329181-9259.jpg", imageAlt: "Karim Brahim"}, + id: "6", name: "Karim Brahim", handle: "Patient - Algiers", testimonial: "Highly professional service with excellent bedside manner. I recommend him to all my family and friends.", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-smiling_329181-9259.jpg?_wi=3", imageAlt: "Karim Brahim"}, ]} speed={40} ariaLabel="Patient testimonials section" -- 2.49.1