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