2 Commits

Author SHA1 Message Date
71ce60fff2 Merge version_3 into main
Merge version_3 into main
2026-02-09 13:51:58 +00:00
8620625691 Bob AI: Change all buttons to have rounded corners and a s... 2026-02-09 15:51:22 +02:00

View File

@@ -46,8 +46,8 @@ export default function Dashboard() {
tag="Dashboard" tag="Dashboard"
tagIcon={BarChart3} tagIcon={BarChart3}
buttons={[ buttons={[
{ text: "View Dashboard", href: "dashboard" }, { text: "View Dashboard", href: "dashboard", className: "rounded shadow" },
{ text: "Learn More", href: "#stats" } { 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" 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" 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" "Real-time data updates", "Multi-period comparison", "Export capabilities", "Custom date ranges"
], ],
buttons: [ 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" "Active user tracking", "Cohort analysis", "Retention metrics", "Demographic breakdown"
], ],
buttons: [ 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" "Session duration tracking", "Feature usage stats", "Interaction heatmaps", "Behavior analysis"
], ],
buttons: [ 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" "Date range selection", "Category filtering", "Status-based filtering", "Custom filter combinations"
], ],
buttons: [ 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" "CSV format export", "PDF report generation", "Scheduled reports", "Email delivery"
], ],
buttons: [ 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" "Threshold-based alerts", "Anomaly detection", "Email notifications", "Mobile push alerts"
], ],
buttons: [ buttons: [
{ text: "Configure Alerts", href: "#" } { text: "Configure Alerts", href: "#", className: "rounded shadow" }
] ]
} }
]} ]}