refactor: streamline home page content and reorder ecosystem components

- Removed comparison table section from home page
- Removed descriptive paragraph from benefits section
- Reordered ecosystem slider to show Cloud, Network, and Agent before Compute resources
This commit is contained in:
2025-11-05 12:08:16 +01:00
parent 8d9f02a846
commit 88d6a90f60
3 changed files with 10 additions and 18 deletions

View File

@@ -41,10 +41,6 @@ export default function HomePage() {
<AnimatedSection>
<HomeBenefits />
</AnimatedSection>
<AnimatedSection>
<HomeComparisonTable />
</AnimatedSection>
<AnimatedSection>
<CallToAction />