Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-06-10 12:07:13 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ export default function AdminDashboardPage() {
</div>
<div className="p-6 border rounded-lg shadow-md bg-card group-hover:shadow-lg transition-shadow duration-300">
<h3 className="text-xl font-semibold text-foreground mb-2">Settings & Configuration</h3>
<p className className="text-muted-foreground">Configure global settings, service types, branch locations, and notification preferences to tailor the platform to your institution's needs.</p>
<p className="text-muted-foreground">Configure global settings, service types, branch locations, and notification preferences to tailor the platform to your institution's needs.</p>
</div>
<div className="p-6 border rounded-lg shadow-md bg-card group-hover:shadow-lg transition-shadow duration-300">
<h3 className="text-xl font-semibold text-foreground mb-2">Notifications Hub</h3>

View File

@@ -35,7 +35,7 @@ export default function AppointmentsPage() {
{ name: "Testimonials", id: "/#testimonials" },
{ name: "FAQ", id: "/#faq" },
{ name: "Appointments", id: "/appointments" },
{ name: "Contact", id: "/#contact" },
{ name: "Contact", id: "/#contact" }
]}
brandName="QueueLess"
/>
@@ -53,6 +53,7 @@ export default function AppointmentsPage() {
title: "Upcoming Bookings", stats: [
{ title: "Today", values: [5, 5, 5], description: "Appointments today" },
{ title: "This Week", values: [20, 20, 20], description: "Appointments this week" },
{ title: "This Month", values: [80, 80, 80], description: "Appointments this month" }
],
logoIcon: Calendar,
sidebarItems: [