From 799d996f77e7324bcc19bb02396087b402d9e0cb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 17:10:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4150278..c3566db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,27 +74,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/scientist-modern-equipped-medical-laboratory-examinining-drug-discovery-with-micropipette-medical-stuff-examining-vaccine-evolution-using-high-tech-technology-researching-treatment-developmen_482257-12815.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/scientist-modern-equipped-medical-laboratory-examinining-drug-discovery-with-micropipette-medical-stuff-examining-vaccine-evolution-using-high-tech-technology-researching-treatment-developmen_482257-12815.jpg?_wi=1", imageAlt: "Modern clinic reception medical", }, { - imageSrc: "http://img.b2bpic.net/free-photo/radiologists-team-analyze-x-rays-discuss-treatment-options-medical-office_482257-112854.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/radiologists-team-analyze-x-rays-discuss-treatment-options-medical-office_482257-112854.jpg?_wi=1", imageAlt: "friendly doctor patient interaction", }, { - imageSrc: "http://img.b2bpic.net/free-photo/healthcare-expert-online-telemedicine-call-with-patients-using-smartphone_482257-94362.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthcare-expert-online-telemedicine-call-with-patients-using-smartphone_482257-94362.jpg?_wi=1", imageAlt: "doctor explaining test results", }, { - imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-396.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-396.jpg?_wi=1", imageAlt: "dentist office clean modern", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-old-woman_23-2148940072.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-old-woman_23-2148940072.jpg?_wi=1", imageAlt: "medical professionals team white coats", }, { - imageSrc: "http://img.b2bpic.net/free-photo/spacious-corridor-with-metal-doors_1203-591.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spacious-corridor-with-metal-doors_1203-591.jpg?_wi=1", imageAlt: "doctor writing prescription tablet", }, ]} @@ -122,7 +122,7 @@ export default function LandingPage() { imageAlt: "dentistry icon tooth professional", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/scientist-modern-equipped-medical-laboratory-examinining-drug-discovery-with-micropipette-medical-stuff-examining-vaccine-evolution-using-high-tech-technology-researching-treatment-developmen_482257-12815.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/scientist-modern-equipped-medical-laboratory-examinining-drug-discovery-with-micropipette-medical-stuff-examining-vaccine-evolution-using-high-tech-technology-researching-treatment-developmen_482257-12815.jpg?_wi=2", imageAlt: "dentistry icon tooth professional", }, { @@ -139,7 +139,7 @@ export default function LandingPage() { imageAlt: "pediatrics icon children doctor", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/radiologists-team-analyze-x-rays-discuss-treatment-options-medical-office_482257-112854.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/radiologists-team-analyze-x-rays-discuss-treatment-options-medical-office_482257-112854.jpg?_wi=2", imageAlt: "dentistry icon tooth professional", }, { @@ -156,7 +156,7 @@ export default function LandingPage() { imageAlt: "cardiology icon heart beat", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/healthcare-expert-online-telemedicine-call-with-patients-using-smartphone_482257-94362.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthcare-expert-online-telemedicine-call-with-patients-using-smartphone_482257-94362.jpg?_wi=2", imageAlt: "dentistry icon tooth professional", }, { @@ -173,7 +173,7 @@ export default function LandingPage() { imageAlt: "orthopedics icon bone joint", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-396.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-396.jpg?_wi=2", imageAlt: "dentistry icon tooth professional", }, { @@ -190,7 +190,7 @@ export default function LandingPage() { imageAlt: "dermatology icon skin care", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-old-woman_23-2148940072.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-old-woman_23-2148940072.jpg?_wi=2", imageAlt: "dentistry icon tooth professional", }, { @@ -207,7 +207,7 @@ export default function LandingPage() { imageAlt: "neurology icon brain nerve", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/spacious-corridor-with-metal-doors_1203-591.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spacious-corridor-with-metal-doors_1203-591.jpg?_wi=2", imageAlt: "dentistry icon tooth professional", }, ]} -- 2.49.1