Update src/app/page.tsx

This commit is contained in:
2026-03-03 11:45:07 +00:00
parent ede79d82a8
commit e3cbce60ce

View File

@@ -63,14 +63,11 @@ export default function MediRemindPage() {
useInvertedBackground={false}
features={[
{
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: "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?_wi=1", 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", 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"},
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"},
]}
mediaAnimation="opacity"
buttonAnimation="opacity"
@@ -86,17 +83,13 @@ export default function MediRemindPage() {
useInvertedBackground={false}
features={[
{
id: 1,
title: "Add Your Medicines", description: "Input your medicines with dosage, frequency, and timing details", imageSrc: "http://img.b2bpic.net/free-photo/agent-filling-form-health-insurance-with-patient_1098-21611.jpg", imageAlt: "Add medicines step"},
id: "1", title: "Add Your Medicines", description: "Input your medicines with dosage, frequency, and timing details", imageSrc: "http://img.b2bpic.net/free-photo/agent-filling-form-health-insurance-with-patient_1098-21611.jpg", imageAlt: "Add medicines step"},
{
id: 2,
title: "Set Reminders", description: "Configure custom reminder notifications for each medicine", imageSrc: "http://img.b2bpic.net/free-photo/email-alert-popup-reminder-concept_53876-123867.jpg", imageAlt: "Set reminders step"},
id: "2", title: "Set Reminders", description: "Configure custom reminder notifications for each medicine", imageSrc: "http://img.b2bpic.net/free-photo/email-alert-popup-reminder-concept_53876-123867.jpg", imageAlt: "Set reminders step"},
{
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: "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?_wi=2", 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", imageAlt: "View reports step"},
]}
mediaAnimation="opacity"
buttonAnimation="opacity"
@@ -107,13 +100,13 @@ export default function MediRemindPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Johnson"},
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Johnson"},
{
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Michael Chen"},
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"},
{
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emma Rodriguez"},
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emma Rodriguez"},
{
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Kim"},
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"},
]}
cardTitle="Over 50,000 users trust MediRemind to manage their daily medications"
cardTag="See what they say"