feat: remove cloud overview section from landing page

- Removed CloudOverview component from CloudPage to streamline the user experience
- Simplified page layout to focus on hero section and features content
- Maintained AnimatedSection wrapper structure for remaining components
This commit is contained in:
2025-10-31 05:02:26 +01:00
parent f1c388cbab
commit fa7c524b18

View File

@@ -14,9 +14,7 @@ export default function CloudPage() {
<AnimatedSection>
<CloudHeroNew />
</AnimatedSection>
<AnimatedSection>
<CloudOverview />
</AnimatedSection>
<AnimatedSection>
<CloudFeatures />
</AnimatedSection>