Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-03-11 13:32:38 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
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" }}
kpis={[
{ value: "50+", label: "Automation Systems Built" },
@@ -200,4 +200,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}