From 686286d58b7802151c89b7779a86758760dafbd2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 19:17:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ce0809..d5d5f16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,7 +15,6 @@ import { Heart, MessageCircle, Microscope, - Prescription, Shield, Stethoscope, TrendingUp @@ -66,7 +65,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-nurse-with-stethoscope_23-2149308247.jpg", imageAlt: "Dr. Heena Lalla professional portrait" }, { - imageSrc: "http://img.b2bpic.net/free-photo/specialist-with-face-mask-consulting-pregnant-woman-medical-cabinet-patient-expecting-child-doctor-meeting-checkup-visit-coronavirus-pandemic-pregnancy-examination_482257-36657.jpg?_wi=1", imageAlt: "Modern medical clinic environment" + imageSrc: "http://img.b2bpic.net/free-photo/specialist-with-face-mask-consulting-pregnant-woman-medical-cabinet-patient-expecting-child-doctor-meeting-checkup-visit-coronavirus-pandemic-pregnancy-examination_482257-36657.jpg", imageAlt: "Modern medical clinic environment" } ]} autoplayDelay={4000} @@ -98,7 +97,7 @@ export default function LandingPage() { items: [ { icon: Stethoscope, text: "Thorough examination" }, { icon: MessageCircle, text: "Patient listening" }, - { icon: Prescription, text: "Customized treatment" } + { icon: Heart, text: "Customized treatment" } ], reverse: false }, @@ -203,7 +202,7 @@ export default function LandingPage() { required: false }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/specialist-with-face-mask-consulting-pregnant-woman-medical-cabinet-patient-expecting-child-doctor-meeting-checkup-visit-coronavirus-pandemic-pregnancy-examination_482257-36657.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/specialist-with-face-mask-consulting-pregnant-woman-medical-cabinet-patient-expecting-child-doctor-meeting-checkup-visit-coronavirus-pandemic-pregnancy-examination_482257-36657.jpg" imageAlt="Clinic location Mumbai" mediaAnimation="slide-up" mediaPosition="left" -- 2.49.1