Update src/app/admin/dashboard/page.tsx
This commit is contained in:
@@ -13,12 +13,24 @@ export default function AdminDashboard() {
|
||||
]);
|
||||
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div className="min-h-screen bg-background">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[{ name: "Home", id: "/" }]}
|
||||
brandName="BinShine Admin"
|
||||
button={{ text: "Logout" }}
|
||||
/>
|
||||
<main className="container mx-auto p-8 mt-24">
|
||||
<h1 className="text-3xl font-bold mb-8">Scheduled Appointments</h1>
|
||||
|
||||
Reference in New Issue
Block a user