diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index e4bacc9..e6c21c0 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -54,6 +54,7 @@ export default function AdminDashboardPage() { gridVariant="three-columns-all-equal-width" title="" description="" tag="" // Keeping these empty as the page has its own title/description className="mt-12" + textboxLayout="default" >

Queue Management

@@ -73,7 +74,7 @@ export default function AdminDashboardPage() {

Settings & Configuration

-

Configure global settings, service types, branch locations, and notification preferences to tailor the platform to your institution's needs.

+

Configure global settings, service types, branch locations, and notification preferences to tailor the platform to your institution's needs.

Notifications Hub

diff --git a/src/app/appointments/page.tsx b/src/app/appointments/page.tsx index aabb634..e691e93 100644 --- a/src/app/appointments/page.tsx +++ b/src/app/appointments/page.tsx @@ -51,8 +51,8 @@ export default function AppointmentsPage() { ]} dashboard={{ title: "Upcoming Bookings", stats: [ - { title: "Today", value: [5, 5, 5], description: "Appointments today" }, - { title: "This Week", value: [20, 20, 20], description: "Appointments this week" }, + { title: "Today", values: [5, 5, 5], description: "Appointments today" }, + { title: "This Week", values: [20, 20, 20], description: "Appointments this week" }, ], logoIcon: Calendar, sidebarItems: [ @@ -66,12 +66,11 @@ export default function AppointmentsPage() {
console.log('Appointment booked!')} + useInvertedBackground={false} />
diff --git a/src/app/service-selection/page.tsx b/src/app/service-selection/page.tsx index 92df8bb..831d563 100644 --- a/src/app/service-selection/page.tsx +++ b/src/app/service-selection/page.tsx @@ -143,6 +143,7 @@ export default function ServiceSelectionPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" useInvertedBackground={false} + textboxLayout="default" cardClassName="relative group cursor-pointer" cardNameClassName="text-lg font-semibold" cardPriceClassName="text-base text-primary-cta"