Merge version_10 into main

Merge version_10 into main
This commit was merged in pull request #11.
This commit is contained in:
2026-01-04 23:18:14 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1269,4 +1269,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

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>
); );
} }