Update src/app/dashboard/page.tsx

This commit is contained in:
2026-03-06 22:21:09 +00:00
parent ae90841957
commit b5c549e4be

View File

@@ -52,11 +52,11 @@ export default function Dashboard() {
</div>
<div id="metrics" data-section="metrics">
<MetricCardEleven
description="Track your performance"
textboxLayout="default"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Dashboard Metrics"
description="Track your performance"
metrics={[
{ id: "1", value: "50K", title: "Total Users", description: "Active users this month" },
{ id: "2", value: "25M", title: "Revenue", description: "Monthly revenue" },
@@ -66,11 +66,11 @@ export default function Dashboard() {
</div>
<div id="events" data-section="events">
<BlogCardTwo
title="Recent Activity"
description="Your latest updates and events"
animationType="slide-up"
useInvertedBackground={false}
textboxLayout="default"
title="Recent Activity"
description="Your latest updates and events"
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" },