Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-18 15:13:01 +00:00

View File

@@ -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"},
],
},
]}
/>
</div>
@@ -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."},
]}
/>
</div>