From ad1165f0142951ed156bb0d2f4db88b28629bde5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 04:21:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f2c804..b665206 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,6 +48,7 @@ export default function LandingPage() { stats: [ { title: "Active Articles", values: [120, 15, 3], description: "Published today" }, { title: "Total Reach", values: [850000, 20000, 500], description: "Last 24h" }, + { title: "Pending Review", values: [45, 5, 1], description: "Action required" }, ], chartData: [{ value: 40 }, { value: 65 }, { value: 50 }, { value: 80 }, { value: 70 }], listItems: [ -- 2.49.1