Update src/app/page.tsx

This commit is contained in:
2026-04-19 20:29:29 +00:00
parent a991b5bb1f
commit 136da859cc

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardDashboard
title="Your entire store, one operating system"
title="Unify your store operations in one operating system"
description="Stop juggling spreadsheets and disconnected apps. ECommerce OS gives you realtime stock and financial visibility—so you can grow without the chaos."
background={{ variant: "plain" }}
buttons={[{ text: "Start free dashboard", href: "#contact" }]}
@@ -175,4 +175,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}