From 2db850bd8d64c045b63c2e0b9ef5ec30c8d5634d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 15:12:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index dc0e9b5..71f06ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,7 +17,9 @@ import { Bell, Calendar, CalendarCheck, + Clock, DollarSign, + FileText, HelpCircle, Info, MessageSquare, @@ -140,6 +142,30 @@ export default function LandingPage() { "http://img.b2bpic.net/free-photo/diverse-team-medics-examining-x-ray-results-healthcare-data-meeting_482257-112082.jpg?_wi=2", imageAlt: "healthcare data security protection"}, ], }, + { + title: "Real-Time Provider Integration", description: + "Connect with healthcare providers instantly. Providers can update availability in real-time, and patients see updates immediately for accurate scheduling.", icon: Clock, + mediaItems: [ + { + imageSrc: + "http://img.b2bpic.net/free-photo/diverse-team-medics-examining-x-ray-results-healthcare-data-meeting_482257-112082.jpg?_wi=1", imageAlt: "real-time provider integration dashboard"}, + { + imageSrc: + "http://img.b2bpic.net/free-photo/diverse-team-medics-examining-x-ray-results-healthcare-data-meeting_482257-112082.jpg?_wi=2", imageAlt: "real-time provider integration dashboard"}, + ], + }, + { + title: "Medical History Sync", description: + "Your medical records are securely synced with your appointments. Providers have access to relevant patient history during consultations for better care.", icon: FileText, + mediaItems: [ + { + imageSrc: + "http://img.b2bpic.net/free-photo/diverse-team-medics-examining-x-ray-results-healthcare-data-meeting_482257-112082.jpg?_wi=1", imageAlt: "medical records synchronization system"}, + { + imageSrc: + "http://img.b2bpic.net/free-photo/diverse-team-medics-examining-x-ray-results-healthcare-data-meeting_482257-112082.jpg?_wi=2", imageAlt: "medical records synchronization system"}, + ], + }, ]} /> @@ -278,6 +304,12 @@ export default function LandingPage() { { id: "6", title: "Do you have a mobile app?", content: "Yes! MediBook is available on iOS and Android. You can download it from the App Store or Google Play to book appointments and manage your schedule on the go."}, + { + id: "7", title: "How does real-time provider integration work?", content: + "Healthcare providers can update their availability in real-time through their provider dashboard. These updates sync instantly with the patient portal, ensuring you always see the most current available time slots."}, + { + id: "8", title: "Can providers access my medical history?", content: + "Yes, with your consent, providers have secure access to relevant medical history associated with your appointment. This helps them prepare for your visit and provide better continuity of care."}, ]} /> -- 2.49.1