Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-05-01 07:23:00 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}