diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ef6623..8147a63 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: [ { - src: "http://img.b2bpic.net/free-vector/communication-logo-design-template_23-2149877471.jpg", alt: "General Consultation"}, + imageSrc: "http://img.b2bpic.net/free-vector/communication-logo-design-template_23-2149877471.jpg", imageAlt: "General Consultation"}, { - src: "http://img.b2bpic.net/free-vector/communication-logo-design-template_23-2149877471.jpg", alt: "General Consultation"}, + imageSrc: "http://img.b2bpic.net/free-vector/communication-logo-design-template_23-2149877471.jpg", imageAlt: "General Consultation"}, ], }, { title: "Fever & Infection Treatment", description: "Prompt and effective treatment for fever, flu, and various infections.", icon: Activity, mediaItems: [ { - src: "http://img.b2bpic.net/free-vector/antibacterial-logo-with-slogan_23-2148497560.jpg", alt: "Fever & Infection Treatment"}, + imageSrc: "http://img.b2bpic.net/free-vector/antibacterial-logo-with-slogan_23-2148497560.jpg", imageAlt: "Fever & Infection Treatment"}, { - src: "http://img.b2bpic.net/free-vector/antibacterial-logo-with-slogan_23-2148497560.jpg", alt: "Fever & Infection Treatment"}, + imageSrc: "http://img.b2bpic.net/free-vector/antibacterial-logo-with-slogan_23-2148497560.jpg", imageAlt: "Fever & Infection Treatment"}, ], }, { title: "Chronic Disease Management", description: "Long-term care and management plans for chronic conditions like diabetes and hypertension.", icon: Heart, mediaItems: [ { - src: "http://img.b2bpic.net/free-vector/medicine-elements-background-flat-style_23-2147769634.jpg", alt: "Chronic Disease Management"}, + imageSrc: "http://img.b2bpic.net/free-vector/medicine-elements-background-flat-style_23-2147769634.jpg", imageAlt: "Chronic Disease Management"}, { - src: "http://img.b2bpic.net/free-vector/medicine-elements-background-flat-style_23-2147769634.jpg", alt: "Chronic Disease Management"}, + imageSrc: "http://img.b2bpic.net/free-vector/medicine-elements-background-flat-style_23-2147769634.jpg", imageAlt: "Chronic Disease Management"}, ], }, { title: "Elderly Care", description: "Specialized medical attention and compassionate care for our senior patients.", icon: UserPlus, mediaItems: [ { - src: "http://img.b2bpic.net/free-vector/old-people-icons-collection_1284-994.jpg", alt: "Elderly Care"}, + imageSrc: "http://img.b2bpic.net/free-vector/old-people-icons-collection_1284-994.jpg", imageAlt: "Elderly Care"}, { - src: "http://img.b2bpic.net/free-vector/old-people-icons-collection_1284-994.jpg", alt: "Elderly Care"}, + imageSrc: "http://img.b2bpic.net/free-vector/old-people-icons-collection_1284-994.jpg", imageAlt: "Elderly Care"}, ], }, { title: "Preventive Health Checkups", description: "Regular checkups and screenings to maintain your health and prevent future illnesses.", icon: ShieldCheck, mediaItems: [ { - src: "http://img.b2bpic.net/free-vector/health-infographic-template-flat-style_23-2148216876.jpg", alt: "Preventive Health Checkups"}, + imageSrc: "http://img.b2bpic.net/free-vector/health-infographic-template-flat-style_23-2148216876.jpg", imageAlt: "Preventive Health Checkups"}, { - src: "http://img.b2bpic.net/free-vector/health-infographic-template-flat-style_23-2148216876.jpg", alt: "Preventive Health Checkups"}, + imageSrc: "http://img.b2bpic.net/free-vector/health-infographic-template-flat-style_23-2148216876.jpg", imageAlt: "Preventive Health Checkups"}, ], }, ]}