From ffc4eda294a35e972afa4df877730c99b5785ca3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 22:50:05 +0000 Subject: [PATCH] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 5a8ae25..a26fed0 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -42,6 +42,7 @@ export default function DashboardPage() { animationType="slide-up" textboxLayout="split" gridVariant="bento-grid" + useInvertedBackground={false} metrics={[ { id: "1", value: "84%", title: "Stock Efficiency", description: "Optimized inventory turnover", icon: BarChart3 }, { id: "2", value: "12", title: "Low Stock Alerts", description: "Items needing restock", icon: Package }, @@ -58,6 +59,7 @@ export default function DashboardPage() { animationType="slide-up" textboxLayout="split" gridVariant="uniform-all-items-equal" + useInvertedBackground={false} features={[ { title: "Bulk Inbound", description: "Record large shipments from farms.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cr8juk&_wi=1" }, { title: "Stock Adjustment", description: "Update quantities for sales and waste.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gvhq9y&_wi=1" }, @@ -70,9 +72,10 @@ export default function DashboardPage() { ); -} +} \ No newline at end of file