Update src/app/appointments/page.tsx
This commit is contained in:
@@ -37,23 +37,26 @@ export default function AppointmentsPage() {
|
||||
|
||||
<div id="appointment-features" data-section="appointment-features">
|
||||
<FeatureCardTwelve
|
||||
title="Appointment Scheduling {"&"} Management"
|
||||
title="Appointment Scheduling & Management"
|
||||
description="Intelligent scheduling system for seamless appointment coordination"
|
||||
tag="Appointment Management"
|
||||
tagIcon={Calendar}
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "scheduling", label: "Scheduling", title="Intelligent Appointment Booking System", items: [
|
||||
"Real-time availability display across providers", "Automated conflict detection and prevention", "Patient self-service booking portal", "Smart suggestions based on patient history"],
|
||||
id: "scheduling", label: "Scheduling", title: "Intelligent Appointment Booking System", items: [
|
||||
"Real-time availability display across providers", "Automated conflict detection and prevention", "Patient self-service booking portal", "Smart suggestions based on patient history"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "coordination", label: "Coordination", title: "Seamless Care Team Coordination", items: [
|
||||
"Multi-provider appointment management", "Resource and room allocation optimization", "Automatic staff notification and reminders", "Care team visibility and communication"],
|
||||
"Multi-provider appointment management", "Resource and room allocation optimization", "Automatic staff notification and reminders", "Care team visibility and communication"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "optimization", label: "Optimization", title: "Advanced Appointment Optimization", items: [
|
||||
"No-show prediction and prevention", "Automated patient reminders via SMS/Email", "Follow-up appointment scheduling", "Waitlist management and optimization"],
|
||||
"No-show prediction and prevention", "Automated patient reminders via SMS/Email", "Follow-up appointment scheduling", "Waitlist management and optimization"
|
||||
],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user