Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8620625691 |
@@ -46,8 +46,8 @@ export default function Dashboard() {
|
||||
tag="Dashboard"
|
||||
tagIcon={BarChart3}
|
||||
buttons={[
|
||||
{ text: "View Dashboard", href: "dashboard" },
|
||||
{ text: "Learn More", href: "#stats" }
|
||||
{ text: "View Dashboard", href: "dashboard", className: "rounded shadow" },
|
||||
{ text: "Learn More", href: "#stats", className: "rounded shadow" }
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg"
|
||||
imageAlt="dashboard analytics business data interface"
|
||||
@@ -89,7 +89,7 @@ export default function Dashboard() {
|
||||
"Real-time data updates", "Multi-period comparison", "Export capabilities", "Custom date ranges"
|
||||
],
|
||||
buttons: [
|
||||
{ text: "Configure", href: "#" }
|
||||
{ text: "Configure", href: "#", className: "rounded shadow" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -97,7 +97,7 @@ export default function Dashboard() {
|
||||
"Active user tracking", "Cohort analysis", "Retention metrics", "Demographic breakdown"
|
||||
],
|
||||
buttons: [
|
||||
{ text: "Configure", href: "#" }
|
||||
{ text: "Configure", href: "#", className: "rounded shadow" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -105,7 +105,7 @@ export default function Dashboard() {
|
||||
"Session duration tracking", "Feature usage stats", "Interaction heatmaps", "Behavior analysis"
|
||||
],
|
||||
buttons: [
|
||||
{ text: "Configure", href: "#" }
|
||||
{ text: "Configure", href: "#", className: "rounded shadow" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -127,7 +127,7 @@ export default function Dashboard() {
|
||||
"Date range selection", "Category filtering", "Status-based filtering", "Custom filter combinations"
|
||||
],
|
||||
buttons: [
|
||||
{ text: "Apply Filters", href: "#" }
|
||||
{ text: "Apply Filters", href: "#", className: "rounded shadow" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -135,7 +135,7 @@ export default function Dashboard() {
|
||||
"CSV format export", "PDF report generation", "Scheduled reports", "Email delivery"
|
||||
],
|
||||
buttons: [
|
||||
{ text: "Schedule Export", href: "#" }
|
||||
{ text: "Schedule Export", href: "#", className: "rounded shadow" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -143,7 +143,7 @@ export default function Dashboard() {
|
||||
"Threshold-based alerts", "Anomaly detection", "Email notifications", "Mobile push alerts"
|
||||
],
|
||||
buttons: [
|
||||
{ text: "Configure Alerts", href: "#" }
|
||||
{ text: "Configure Alerts", href: "#", className: "rounded shadow" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user