2 Commits

Author SHA1 Message Date
7e4ede4fda Update src/app/page.tsx 2026-03-11 13:32:34 +00:00
fdd997a336 Merge version_2 into main
Merge version_2 into main
2026-03-11 12:52:27 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitKpi <HeroSplitKpi
title="I Build Intelligent Systems for the Internet" title="I Build Intelligent Systems for the Internet"
description="Automation, AI workflows, and high-performance digital products that help businesses scale faster and operate smarter." description="Help businesses automate 80% of manual tasks while reducing operational costs by up to 60%. AI workflows and automation systems that scale your operations without scaling your team."
background={{ variant: "glowing-orb" }} background={{ variant: "glowing-orb" }}
kpis={[ kpis={[
{ value: "50+", label: "Automation Systems Built" }, { value: "50+", label: "Automation Systems Built" },
@@ -200,4 +200,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }