Update src/app/appointments/page.tsx

This commit is contained in:
2026-03-07 02:02:42 +00:00
parent 2adb3c6483
commit 92bbbb0198

View File

@@ -37,44 +37,23 @@ 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",
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",
],
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"],
},
{
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",
],
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"],
},
]}
animationType="slide-up"