feat: update homepage content and section ordering

- Revised hosting section description to emphasize decentralized grid and user control
- Swapped order of StackSectionLight and HomeHostingDark sections
- Enhanced Kubernetes feature description with additional context
This commit is contained in:
2025-11-04 13:29:37 +01:00
parent 4ba88257eb
commit 91d249f097
2 changed files with 6 additions and 6 deletions

View File

@@ -27,13 +27,15 @@ export default function HomePage() {
</AnimatedSection>
<AnimatedSection>
<StackSectionLight />
<HomeHostingDark />
</AnimatedSection>
<AnimatedSection>
<HomeHostingDark />
<StackSectionLight />
</AnimatedSection>
<AnimatedSection>
<HomeBenefits />
</AnimatedSection>