Update src/app/page.tsx

This commit is contained in:
2026-01-04 23:18:09 +00:00
parent 3e90d4d08d
commit 6f866031a7

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroSplit
title="Where Infrastructure Transcends Into Art" title="Infrastructure Transcends Into Art"
description="Enterprise-grade systems that handle complexity with precision. Automate the entire stack. Move faster. Scale without friction." description="Enterprise-grade systems that handle complexity with precision. Automate the entire stack. Move faster. Scale without friction."
tag="Enterprise Platform" tag="Enterprise Platform"
tagIcon={Zap} tagIcon={Zap}
@@ -327,4 +327,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }