Update src/app/admin/dashboard/page.tsx
This commit is contained in:
@@ -13,12 +13,24 @@ export default function AdminDashboard() {
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
return (
|
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>
|
<ReactLenis root>
|
||||||
<div className="min-h-screen bg-background">
|
<div className="min-h-screen bg-background">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[{ name: "Home", id: "/" }]}
|
navItems={[{ name: "Home", id: "/" }]}
|
||||||
brandName="BinShine Admin"
|
brandName="BinShine Admin"
|
||||||
|
button={{ text: "Logout" }}
|
||||||
/>
|
/>
|
||||||
<main className="container mx-auto p-8 mt-24">
|
<main className="container mx-auto p-8 mt-24">
|
||||||
<h1 className="text-3xl font-bold mb-8">Scheduled Appointments</h1>
|
<h1 className="text-3xl font-bold mb-8">Scheduled Appointments</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user