From 6ce9bec1210e85c39435ac4cb86f78d77e1e91ac Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 07:22:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 127b964..386e3b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,6 +46,7 @@ export default function LandingPage() { background={{ variant: "animated-grid" }} title="Streamline Your Inventory with Desktop-Grade Precision" description="Professional desktop-first solution for total control over inventory, real-time reporting, and granular team permissions." + buttons={[{ text: "Get Started", href: "#contact" }]} kpis={[ { value: "99.9%", label: "Uptime Reliability" }, { value: "2.5k+", label: "Active Installations" }, @@ -147,4 +148,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1