Update src/app/dashboard/page.tsx

This commit is contained in:
2026-03-06 22:19:43 +00:00
parent 51549cae38
commit d2c927eed5

View File

@@ -21,7 +21,7 @@ export default function Dashboard() {
borderRadius="rounded"
contentWidth="medium"
sizing="medium"
background="circleGradient"
background="aurora"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -33,14 +33,13 @@ export default function Dashboard() {
{ name: "Home", id: "/" },
{ name: "Dashboard", id: "/dashboard" },
]}
logoSrc="/logo.svg"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
title="Dashboard"
description="View your statistics and information"
background={{ variant: "circleGradient" }}
background={{ variant: "rotated-rays-animated" }}
carouselItems={[
{ id: "1", imageSrc: "/placeholder1.webp", imageAlt: "Dashboard 1" },
{ id: "2", imageSrc: "/placeholder2.webp", imageAlt: "Dashboard 2" },
@@ -53,11 +52,11 @@ export default function Dashboard() {
</div>
<div id="metrics" data-section="metrics">
<MetricCardEleven
title="Dashboard Metrics"
description="Track your performance"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
title="Dashboard Metrics"
metrics={[
{ id: "1", value: "50K", title: "Total Users", description: "Active users this month" },
{ id: "2", value: "25M", title: "Revenue", description: "Monthly revenue" },
@@ -69,9 +68,9 @@ export default function Dashboard() {
<BlogCardTwo
title="Recent Activity"
description="Your latest updates and events"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
textboxLayout="default"
blogs={[
{ id: "1", category: "Update", title: "Profile Updated", excerpt: "Your profile has been successfully updated", imageSrc: "/placeholder1.webp", authorName: "System", authorAvatar: "/avatar1.webp", date: "Today" },
{ id: "2", category: "Alert", title: "New Message", excerpt: "You have received a new message", imageSrc: "/placeholder2.webp", authorName: "User", authorAvatar: "/avatar2.webp", date: "Yesterday" },