Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1988585d49 | |||
| 76821b45d1 |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user