Update src/app/page.tsx
This commit is contained in:
@@ -49,6 +49,7 @@ export default function LandingPage() {
|
||||
dashboard={{
|
||||
title: "Store Overview", logoIcon: LayoutDashboard,
|
||||
sidebarItems: [{ icon: LayoutDashboard, active: true }, { icon: Package }, { icon: BarChart3 }],
|
||||
buttons: [{ text: "Start free dashboard", href: "#contact" }],
|
||||
stats: [
|
||||
{ title: "Revenue", values: [12500, 14200, 15800], valuePrefix: "$", description: "This month" },
|
||||
{ title: "Orders", values: [45, 52, 60], description: "Today" },
|
||||
|
||||
Reference in New Issue
Block a user