Update src/app/page.tsx

This commit is contained in:
2026-04-07 06:39:47 +00:00
parent 130ff4f8ee
commit 13d42fd7fe

View File

@@ -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",
},
]}