From 140e67d71f76650d64d98127390636081392cec6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 02:35:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fa3e1f0..289c0df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,7 +108,7 @@ export default function LandingPage() { title: "Transparent Care", description: "Clear pricing and compassionate communication throughout your treatment journey.", icon: Heart, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctors-chatting-work_23-2149856226.jpg", imageAlt: "Doctors" }, - { imageSrc: "http://img.b2bpic.net/free-photo/nobody-cabinet-with-medical-equipment-checkup-visit-examination-close-up-desk-with-computer-documents-tools-consultation-empty-doctors-office-facility_482257-34811.jpg", imageAlt: "Consultation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/nobody-cabinet-with-medical-equipment-checkup-visit-examination-close-up-desk-with-computer-documents-tools-consultation-empty-doctors-office-facility_482257-34811.jpg?_wi=1", imageAlt: "Consultation" }, ] }, ]} @@ -124,7 +124,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { id: "1", brand: "Department", name: "General Medicine", price: "Affordable", rating: 5, reviewCount: "1k+", imageSrc: "http://img.b2bpic.net/free-photo/nobody-cabinet-with-medical-equipment-checkup-visit-examination-close-up-desk-with-computer-documents-tools-consultation-empty-doctors-office-facility_482257-34811.jpg" }, + { id: "1", brand: "Department", name: "General Medicine", price: "Affordable", rating: 5, reviewCount: "1k+", imageSrc: "http://img.b2bpic.net/free-photo/nobody-cabinet-with-medical-equipment-checkup-visit-examination-close-up-desk-with-computer-documents-tools-consultation-empty-doctors-office-facility_482257-34811.jpg?_wi=2" }, { id: "2", brand: "Laboratory", name: "Diagnostics", price: "Low Cost", rating: 5, reviewCount: "2k+", imageSrc: "http://img.b2bpic.net/free-photo/surgeon-holding-blood-test_53876-94762.jpg" }, { id: "3", brand: "Pharmacy", name: "24/7 Pharmacy", price: "Stocked", rating: 5, reviewCount: "5k+", imageSrc: "http://img.b2bpic.net/free-photo/assorted-packs-drugs-empty-syringes-marble-surface-high-quality-photo_114579-68054.jpg" }, { id: "4", brand: "Wellness", name: "Health Checkups", price: "Packages", rating: 5, reviewCount: "800+", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-kitchen-with-notebook-vegetables_169016-24384.jpg" },