From 77a357ee26a9408ac9330c8c85fce3ee2eae2987 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:59:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f304f6..57c4bf4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function MediRemindPage() { { id: 1, title: "Smart Reminders", description: "Customizable notifications ensure you never forget a dose. Set reminders for specific times and frequencies.", imageSrc: "http://img.b2bpic.net/free-vector/notification-bell-set_78370-9360.jpg", imageAlt: "Smart medication reminders"}, { - id: 2, title: "Health Tracking", description: "Track your medication adherence with detailed analytics and progress reports over time.", imageSrc: "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg", imageAlt: "Health tracking analytics"}, + id: 2, title: "Health Tracking", description: "Track your medication adherence with detailed analytics and progress reports over time.", imageSrc: "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg?_wi=1", imageAlt: "Health tracking analytics"}, { id: 3, title: "Medicine Organization", description: "Organize all your medications in one place with detailed information about dosage and frequency.", imageSrc: "http://img.b2bpic.net/free-photo/medical-treatment-calendar-with-stethoscope-pills_23-2148438970.jpg", imageAlt: "Medicine organization system"}, ]} @@ -88,7 +88,7 @@ export default function MediRemindPage() { { id: 3, title: "Mark as Taken", description: "Record when you take each medicine to track adherence", imageSrc: "http://img.b2bpic.net/free-photo/medical-examination-report-history-history_53876-123685.jpg", imageAlt: "Mark as taken step"}, { - id: 4, title: "View Reports", description: "Access detailed insights about your medication compliance", imageSrc: "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg", imageAlt: "View reports step"}, + id: 4, title: "View Reports", description: "Access detailed insights about your medication compliance", imageSrc: "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg?_wi=2", imageAlt: "View reports step"}, ]} buttonAnimation="opacity" /> @@ -98,13 +98,13 @@ export default function MediRemindPage() {