From 0e3dcac231dee6e249e62c6ef986edd5df1d6fcc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 20:27:53 +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 a7a071a..422326b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" },