From 1f473a9c0284b6323b96b318f81d7660fd0f91ac Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 12:35:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c01b1b..32fa103 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,14 +46,14 @@ export default function LandingPage() { title="Trusted Physician Care in Tarapur, Munger" description="Providing reliable consultation, diagnosis, and treatment for common health problems with personal care and medical guidance." testimonials={[ - { name: "Rajesh Kumar", handle: "@tarapur", testimonial: "The doctor listens carefully and explains the treatment properly. Very satisfied.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-reviewing-medical-records_482257-119149.jpg", imageAlt: "professional doctor consultation clinic" }, - { name: "Sunita Devi", handle: "@munger", testimonial: "Good clinic for general health problems. Doctor is experienced and clinic is very clean.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-doctor-getting-ready-work_23-2149393692.jpg", imageAlt: "professional doctor consultation clinic" }, + { name: "Rajesh Kumar", handle: "@tarapur", testimonial: "The doctor listens carefully and explains the treatment properly. Very satisfied.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-reviewing-medical-records_482257-119149.jpg?_wi=1", imageAlt: "professional doctor consultation clinic" }, + { name: "Sunita Devi", handle: "@munger", testimonial: "Good clinic for general health problems. Doctor is experienced and clinic is very clean.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-doctor-getting-ready-work_23-2149393692.jpg?_wi=1", imageAlt: "professional doctor consultation clinic" }, { name: "Anil Singh", handle: "@tarapur", testimonial: "Very professional and kind. Excellent medical guidance.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/general-practitioner-communicating-with-woman-appointment-doctor-s-office_637285-1414.jpg", imageAlt: "professional doctor consultation clinic" }, { name: "Meera Devi", handle: "@munger", testimonial: "Dr. Santosh is very thorough with his examinations.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/doctor-talking-patient-s-wife_23-2148981228.jpg", imageAlt: "professional doctor consultation clinic" }, { name: "Suresh Yadav", handle: "@tarapur", testimonial: "Top-notch care, I feel much better after my visit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-doctor-holding-medical-paperwork-while-communicating-with-patient-medical-appointment-hospital_637285-1422.jpg", imageAlt: "professional doctor consultation clinic" } ]} buttons={[{ text: "Book Appointment", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/male-doctor-reviewing-medical-records_482257-119149.jpg" + imageSrc="http://img.b2bpic.net/free-photo/male-doctor-reviewing-medical-records_482257-119149.jpg?_wi=2" mediaAnimation="slide-up" avatars={[ { src: "http://img.b2bpic.net/free-photo/young-medical-expert-reviewing-x-ray-test-findings-medical-office_482257-118141.jpg", alt: "Patient 1" }, @@ -83,7 +83,7 @@ export default function LandingPage() { { title: "General Medicine Specialist", description: "Expert in diagnosis and management of general health conditions." }, { title: "Compassionate Care", description: "Focused on providing clarity and personal medical attention." } ]} - imageSrc="http://img.b2bpic.net/free-photo/young-doctor-getting-ready-work_23-2149393692.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-doctor-getting-ready-work_23-2149393692.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1