From 4a7c794417ab079ed4e14a4f7764de97d712433e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 13:04:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5eeb17f..9ef6623 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,45 +109,45 @@ export default function LandingPage() { title: "General Consultation", description: "Expert advice and diagnosis for common ailments and health concerns.", icon: Activity, mediaItems: [ { - type: "image", src: "http://img.b2bpic.net/free-vector/communication-logo-design-template_23-2149877471.jpg", alt: "General Consultation"}, + src: "http://img.b2bpic.net/free-vector/communication-logo-design-template_23-2149877471.jpg", alt: "General Consultation"}, { - type: "image", src: "http://img.b2bpic.net/free-vector/communication-logo-design-template_23-2149877471.jpg", alt: "General Consultation"}, + src: "http://img.b2bpic.net/free-vector/communication-logo-design-template_23-2149877471.jpg", alt: "General Consultation"}, ], }, { title: "Fever & Infection Treatment", description: "Prompt and effective treatment for fever, flu, and various infections.", icon: Activity, mediaItems: [ { - type: "image", src: "http://img.b2bpic.net/free-vector/antibacterial-logo-with-slogan_23-2148497560.jpg", alt: "Fever & Infection Treatment"}, + src: "http://img.b2bpic.net/free-vector/antibacterial-logo-with-slogan_23-2148497560.jpg", alt: "Fever & Infection Treatment"}, { - type: "image", src: "http://img.b2bpic.net/free-vector/antibacterial-logo-with-slogan_23-2148497560.jpg", alt: "Fever & Infection Treatment"}, + src: "http://img.b2bpic.net/free-vector/antibacterial-logo-with-slogan_23-2148497560.jpg", alt: "Fever & Infection Treatment"}, ], }, { title: "Chronic Disease Management", description: "Long-term care and management plans for chronic conditions like diabetes and hypertension.", icon: Heart, mediaItems: [ { - type: "image", src: "http://img.b2bpic.net/free-vector/medicine-elements-background-flat-style_23-2147769634.jpg", alt: "Chronic Disease Management"}, + src: "http://img.b2bpic.net/free-vector/medicine-elements-background-flat-style_23-2147769634.jpg", alt: "Chronic Disease Management"}, { - type: "image", src: "http://img.b2bpic.net/free-vector/medicine-elements-background-flat-style_23-2147769634.jpg", alt: "Chronic Disease Management"}, + src: "http://img.b2bpic.net/free-vector/medicine-elements-background-flat-style_23-2147769634.jpg", alt: "Chronic Disease Management"}, ], }, { title: "Elderly Care", description: "Specialized medical attention and compassionate care for our senior patients.", icon: UserPlus, mediaItems: [ { - type: "image", src: "http://img.b2bpic.net/free-vector/old-people-icons-collection_1284-994.jpg", alt: "Elderly Care"}, + src: "http://img.b2bpic.net/free-vector/old-people-icons-collection_1284-994.jpg", alt: "Elderly Care"}, { - type: "image", src: "http://img.b2bpic.net/free-vector/old-people-icons-collection_1284-994.jpg", alt: "Elderly Care"}, + src: "http://img.b2bpic.net/free-vector/old-people-icons-collection_1284-994.jpg", alt: "Elderly Care"}, ], }, { title: "Preventive Health Checkups", description: "Regular checkups and screenings to maintain your health and prevent future illnesses.", icon: ShieldCheck, mediaItems: [ { - type: "image", src: "http://img.b2bpic.net/free-vector/health-infographic-template-flat-style_23-2148216876.jpg", alt: "Preventive Health Checkups"}, + src: "http://img.b2bpic.net/free-vector/health-infographic-template-flat-style_23-2148216876.jpg", alt: "Preventive Health Checkups"}, { - type: "image", src: "http://img.b2bpic.net/free-vector/health-infographic-template-flat-style_23-2148216876.jpg", alt: "Preventive Health Checkups"}, + src: "http://img.b2bpic.net/free-vector/health-infographic-template-flat-style_23-2148216876.jpg", alt: "Preventive Health Checkups"}, ], }, ]} -- 2.49.1