From e8f185d1be59e81784f64cc9499751885f763c04 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 15:47:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 45 +++++++++++---------------------------------- 1 file changed, 11 insertions(+), 34 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0de2267..5085b6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,19 +54,13 @@ export default function LandingPage() { testimonials={[ { name: "Rajesh Kumar", handle: "@patient", testimonial: "Best physiotherapy in Khaga. Work is done very well here.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071452.jpg"}, + imageSrc: "https://images.unsplash.com/photo-1576091160550-2173dba999ef?q=80&w=600"}, { name: "Sunita Devi", handle: "@patient", testimonial: "Dr. Rohit Soni experience is very powerful and helpful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physical-rehabilitation-helped-by-therapists_23-2149227875.jpg"}, + imageSrc: "https://images.unsplash.com/photo-1579684385127-1f15d508549d?q=80&w=600"}, { name: "Amit Singh", handle: "@patient", testimonial: "Professional treatment and excellent results. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/african-social-worker-taking-care-senior-woman_23-2149031348.jpg"}, - { - name: "Vijay Yadav", handle: "@patient", testimonial: "Very satisfied with the therapy session and personal care.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150923346.jpg"}, - { - name: "Priya Sharma", handle: "@patient", testimonial: "Quick relief from chronic back pain. Amazing staff.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-support-her-wrist-rehabilitation-center_23-2150356721.jpg"}, + imageSrc: "https://images.unsplash.com/photo-1603398938378-e54eab146741?q=80&w=600"}, ]} buttons={[ { @@ -74,19 +68,11 @@ export default function LandingPage() { { text: "Book Appointment", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/patient-doing-physical-rehabilitation-helped-by-therapists_23-2149227811.jpg" - imageAlt="Physiotherapy clinic interior" + imageSrc="https://images.unsplash.com/photo-1584017911766-d451b3d0e843?q=80&w=1200" + imageAlt="Indian patient undergoing professional physiotherapy" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071450.jpg", alt: "Patient profile"}, - { - src: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071466.jpg", alt: "Patient profile"}, - { - src: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071439.jpg", alt: "Patient profile"}, - { - src: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071506.jpg", alt: "Patient profile"}, - { - src: "http://img.b2bpic.net/free-photo/squash-players-planning-strategy-game-short-break_329181-18930.jpg", alt: "Patient profile"}, + { src: "https://images.unsplash.com/photo-1584017911766-d451b3d0e843?q=80&w=200", alt: "Patient" }, + { src: "https://images.unsplash.com/photo-1576091160550-2173dba999ef?q=80&w=200", alt: "Patient" }, ]} /> @@ -114,8 +100,8 @@ export default function LandingPage() { useInvertedBackground={false} title="Meet Dr. Rohit Soni" description="With years of expertise and a patient-first approach, Dr. Rohit Soni is committed to restoring your quality of life through advanced physiotherapy techniques. Known for a deep understanding of patient needs, he ensures every treatment is personalized to achieve optimal results." - imageSrc="http://img.b2bpic.net/free-photo/specialist-comforting-patient-cabinet-by-holding-his-hand-supporting_482257-124735.jpg" - imageAlt="Dr. Rohit Soni Physiotherapist" + imageSrc="https://images.unsplash.com/photo-1612255260275-c9906d4e5f03?q=80&w=1000" + imageAlt="Dr. Rohit Soni providing physiotherapy treatment" /> @@ -144,16 +130,7 @@ export default function LandingPage() { rating={5} author="Rajesh Kumar" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071435.jpg", alt: "Patient Review"}, - { - src: "http://img.b2bpic.net/free-photo/doctor-helping-patient-medium-shot_23-2149866157.jpg", alt: "Patient Review"}, - { - src: "http://img.b2bpic.net/free-photo/crutches-sofa-help-person-with-physical-disability-empty-living-room-with-walking-support-transportation-accessibility-medical-equipment-helping-with-mobility-close-up_482257-35428.jpg", alt: "Patient Review"}, - { - src: "http://img.b2bpic.net/free-photo/labor-union-members-working-together_23-2150995049.jpg", alt: "Patient Review"}, - { - src: "http://img.b2bpic.net/free-photo/front-view-athlete-physiotherapy-appointment_23-2149866122.jpg", alt: "Patient Review"}, + { src: "https://images.unsplash.com/photo-1596541223130-5d81a95fb677?q=80&w=200", alt: "Reviewer" }, ]} ratingAnimation="blur-reveal" avatarsAnimation="blur-reveal" @@ -209,4 +186,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}