From 13d42fd7fe167f267dcc5d23e49bfc94e6d9bc4b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 06:39:47 +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 14bb6dc..ef42a10 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,13 +127,13 @@ export default function LandingPage() { { title: "Dermatology Hub", description: "AI-assisted skin diagnostics and remote specialist consultations.", - imageSrc: "http://img.b2bpic.net/free-photo/doctor-from-future-concept_23-2151111117.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/doctor-from-future-concept_23-2151111117.jpg?_wi=1", buttonIcon: "Zap", }, { title: "Mental Health Node", description: "Secure, patient-centric telehealth infrastructure for behavioral health.", - imageSrc: "http://img.b2bpic.net/free-photo/x-ray-with-neon-colors_23-2151521337.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/x-ray-with-neon-colors_23-2151521337.jpg?_wi=1", buttonIcon: "Heart", }, { @@ -145,13 +145,13 @@ export default function LandingPage() { { title: "Pediatric Care", description: "Integrated digital pediatric specialized follow-up protocols.", - imageSrc: "http://img.b2bpic.net/free-photo/doctor-from-future-concept_23-2151111117.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/doctor-from-future-concept_23-2151111117.jpg?_wi=2", buttonIcon: "Shield", }, { title: "Cardiology Hub", description: "Advanced remote heart monitoring and analysis.", - imageSrc: "http://img.b2bpic.net/free-photo/x-ray-with-neon-colors_23-2151521337.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/x-ray-with-neon-colors_23-2151521337.jpg?_wi=2", buttonIcon: "Activity", }, ]} -- 2.49.1