From 1988585d495ac76ec99e31fc3e362551cd800739 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:49:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7391ab9..c65e7d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,10 +60,10 @@ export default function LandingPage() { tag="Dashboard" tagIcon={BarChart3} metrics={[ - { id: "1", value: "$24,500", description: "Total Income This Month" }, - { id: "2", value: "18", description: "Videos Published" }, - { id: "3", value: "2.4M", description: "Total Views" }, - { id: "4", value: "8.2%", description: "Average Growth Rate" }, + { id: "1", value: "$24,500", description: "Monthly Income Tracked" }, + { id: "2", value: "2.4M", description: "Total Views" }, + { id: "3", value: "8.2%", description: "Average Growth Rate" }, + { id: "4", value: "18", description: "Videos Published" }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" -- 2.49.1