5 Commits

Author SHA1 Message Date
804cc514d1 Update src/app/page.tsx 2026-04-28 17:53:34 +00:00
11da9a3204 Merge version_1 into main
Merge version_1 into main
2026-04-28 17:51:09 +00:00
3509ad0d2c Merge version_1 into main
Merge version_1 into main
2026-04-28 17:50:23 +00:00
9968bd714f Merge version_1 into main
Merge version_1 into main
2026-04-28 17:49:59 +00:00
5394260a04 Merge version_1 into main
Merge version_1 into main
2026-04-28 17:49:32 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroBillboard
background={{ variant: "radial-gradient" }}
title="Distilling Complex Financials into Actionable Growth"
description="SEER empowers CEOs to cut through mountains of data. Josephine, our analytical engine, grades your business performance across key levers to identify the fastest path to bottom-line growth."
description="SEER provides an immediate roadmap to higher profitability, automatically analyzing your financial data to pinpoint and execute the exact levers required for bottom-line growth."
tag="AI-Powered Business Intelligence"
buttons={[
{ text: "Get Started", href: "#contact" },
@@ -179,4 +179,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}