);
diff --git a/app/(pages)/book-now/page.tsx b/app/(pages)/book-now/page.tsx
index 46d4073..eb4c50c 100644
--- a/app/(pages)/book-now/page.tsx
+++ b/app/(pages)/book-now/page.tsx
@@ -150,7 +150,7 @@ export default function BookNowPage() {
dayName: dayName,
availableSlots: slotsSet,
});
- }
+ }
}
});
@@ -310,7 +310,7 @@ export default function BookNowPage() {
if (!firstName || firstName.length === 0) {
setError("First name is required.");
return;
- }
+ }
if (!lastName || lastName.length === 0) {
setError("Last name is required.");
return;
@@ -567,7 +567,7 @@ export default function BookNowPage() {
{booking.user.phone && (
-
+
Phone
{booking.user.phone}
diff --git a/app/(pages)/deliverables/page.tsx b/app/(pages)/deliverables/page.tsx
index 15c4cc6..3d34433 100644
--- a/app/(pages)/deliverables/page.tsx
+++ b/app/(pages)/deliverables/page.tsx
@@ -51,7 +51,47 @@ Your Attune Heart Therapy platform includes a comprehensive system for managing
---
-## 🔗 Quick Access Links
+## 🎥 Telehealth Sessions Guide
+
+This section provides step-by-step guidance on how to access and manage telehealth therapy sessions through the Admin Dashboard of the Attune Heart Therapy platform.
+
+### Accessing the Admin Dashboard
+
+
+
+1. Navigate to: \`https://attunehearttherapy.com/login\`
+2. Enter your admin email address: \`admin@attunehearttherapy.com\`
+3. Enter your password
+4. Click **"Sign In"**
+5. You will be automatically redirected to the **Admin Dashboard**
+6. Click on **"Bookings"** in the navigation menu to view all appointments
+
+### Viewing Appointment Details
+
+1. From the Bookings page, click on any appointment
+2. View complete client information, preferred dates, and time slots
+3. Check appointment status and review all details
+
+### Scheduling an Appointment
+
+1. From the appointment details page, click **"Schedule Appointment"**
+2. Select the date and time for the session
+3. Choose the duration (15, 30, 45, 60, or 120 minutes)
+4. Click **"Schedule"** to confirm
+5. The system will automatically create a Jitsi video meeting room, generate a unique meeting URL, send a confirmation email to the client, and update the appointment status to "Scheduled"
+
+
+
+### Joining a Video Meeting
+
+1. Meetings become available **10 minutes before** the scheduled start time
+2. Navigate to any scheduled appointment's details page
+3. In the sidebar, find the **"Join Meeting"** button
+4. Click **"Join Meeting"** when it becomes active (10 minutes before scheduled time)
+5. The meeting will open in a new browser tab
+6. Both you and the client use the same link to join the session
+
+### 🔗 Quick Access Links
[Visit Attune Heart Therapy](https://attunehearttherapy.com/) - Official website
@@ -290,17 +330,32 @@ For technical assistance, questions, or issues:
);
},
+ img: ({ node, ...props }: any) => (
+
+ ),
};
return (