From ede79d82a8142a93d8a64adce9ac4de2820be716 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:44:20 +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 a524d75..7d9267c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function MediRemindPage() { 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"}, + 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"}, @@ -96,7 +96,7 @@ export default function MediRemindPage() { 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"}, + 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"}, ]} mediaAnimation="opacity" buttonAnimation="opacity" @@ -107,13 +107,13 @@ export default function MediRemindPage() {