From 5da0eef1bb5304a72825f7ac454c2e1851a5d485 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 12:06:30 +0000 Subject: [PATCH 1/3] Update src/app/admin/page.tsx --- src/app/admin/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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

-- 2.49.1 From e7cb1f2f17a317a608b97836139fc59c4b11a2a3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 12:06:30 +0000 Subject: [PATCH 2/3] Update src/app/appointments/page.tsx --- src/app/appointments/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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} />
-- 2.49.1 From ba95b9887dd6a1761aabb4a9d7d14d0ae77e3c70 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 12:06:31 +0000 Subject: [PATCH 3/3] Update src/app/service-selection/page.tsx --- src/app/service-selection/page.tsx | 1 + 1 file changed, 1 insertion(+) 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" -- 2.49.1