forked from emre/www_projectmycelium_com
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:
@@ -14,9 +14,7 @@ export default function CloudPage() {
|
|||||||
<AnimatedSection>
|
<AnimatedSection>
|
||||||
<CloudHeroNew />
|
<CloudHeroNew />
|
||||||
</AnimatedSection>
|
</AnimatedSection>
|
||||||
<AnimatedSection>
|
|
||||||
<CloudOverview />
|
|
||||||
</AnimatedSection>
|
|
||||||
<AnimatedSection>
|
<AnimatedSection>
|
||||||
<CloudFeatures />
|
<CloudFeatures />
|
||||||
</AnimatedSection>
|
</AnimatedSection>
|
||||||
|
|||||||
Reference in New Issue
Block a user