From 3747f8893ef83a1b8a773f1d856738787ad0b011 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 16:09:11 +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 c4119b1..f63daf7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { title="Atlas Hospital & Trauma Centre (एटलस हॉस्पिटल & ट्रॉमा सेंटर)" description="Trusted 24x7 medical care in Mau. Skilled doctors, compassionate staff, and timely treatment for trauma, orthopedics, and beyond." buttons={[{ text: "Call Now: 094532 32379", href: "tel:09453232379" }, { text: "Book Appointment", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/laboratory-laboratories-conduct-experiments-chemical-laboratory-transparent-flasks-output-formulas_146671-18099.jpg" + imageSrc="http://img.b2bpic.net/free-photo/laboratory-laboratories-conduct-experiments-chemical-laboratory-transparent-flasks-output-formulas_146671-18099.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { src: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600109.jpg", alt: "Doctor A" }, @@ -99,22 +99,22 @@ export default function LandingPage() { { title: "Orthopedic & Trauma Care", description: "Expert fracture treatment and trauma surgery.", icon: Grid, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/laboratory-laboratories-conduct-experiments-chemical-laboratory-transparent-flasks-output-formulas_146671-18099.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/laboratory-laboratories-conduct-experiments-chemical-laboratory-transparent-flasks-output-formulas_146671-18099.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/laboratory-laboratories-conduct-experiments-chemical-laboratory-transparent-flasks-output-formulas_146671-18099.jpg?_wi=2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/laboratory-laboratories-conduct-experiments-chemical-laboratory-transparent-flasks-output-formulas_146671-18099.jpg?_wi=3" } ] }, { title: "General Hospital", description: "Comprehensive medical consultation and support.", icon: Briefcase, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/doctor-prescribes-pregnancy-medication_482257-109470.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/doctor-prescribes-pregnancy-medication_482257-109470.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/doctor-prescribes-pregnancy-medication_482257-109470.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/doctor-prescribes-pregnancy-medication_482257-109470.jpg?_wi=2" } ] }, { title: "Emergency Care", description: "Round-the-clock urgent assistance.", icon: Clock, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600109.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600109.jpg" } + { imageSrc: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600109.jpg?_wi=1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600109.jpg?_wi=2" } ] } ]} @@ -132,7 +132,7 @@ export default function LandingPage() { { id: "2", name: "Patient B", date: "2024", title: "Highly Skilled", quote: "Dr. Singh is very knowledgeable.", tag: "Trauma", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-doctor-wearing-medical-robe-stethoscope-putting-hands-together-isolated-orange-wall-with-copy-space_141793-25939.jpg", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-smiling-confident-sitting-sofa-home_839833-34080.jpg" }, { id: "3", name: "Patient C", date: "2024", title: "Supportive Staff", quote: "Best hospital experience in Mau.", tag: "General", avatarSrc: "http://img.b2bpic.net/free-photo/middle-age-greyhaired-man-smiling-confident-sitting-sofa-home_839833-34080.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-outdoors_23-2149037634.jpg" }, { id: "4", name: "Patient D", date: "2024", title: "Caring Environment", quote: "Clean, well-maintained and caring.", tag: "Recovery", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-outdoors_23-2149037634.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-women-indoors_23-2149248707.jpg" }, - { id: "5", name: "Patient E", date: "2024", title: "Excellent Service", quote: "Staff behaviour is excellent.", tag: "Service", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-women-indoors_23-2149248707.jpg", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-laboratories-conduct-experiments-chemical-laboratory-transparent-flasks-output-formulas_146671-18099.jpg" }, + { id: "5", name: "Patient E", date: "2024", title: "Excellent Service", quote: "Staff behaviour is excellent.", tag: "Service", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-women-indoors_23-2149248707.jpg", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-laboratories-conduct-experiments-chemical-laboratory-transparent-flasks-output-formulas_146671-18099.jpg?_wi=4" }, ]} title="Voices of Recovery" description="Read what our patients have to say about our care." -- 2.49.1