forked from emre/www_projectmycelium_com
refactor: reorganize cloud page component structure
- Moved CloudOverview component into its own AnimatedSection for consistent layout - Reordered imports to match component rendering sequence - Fixed spacing and removed empty line in component structure
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
import { AnimatedSection } from '../../components/AnimatedSection'
|
import { AnimatedSection } from '../../components/AnimatedSection'
|
||||||
import { CloudOverview } from './CloudOverview'
|
|
||||||
import { CloudArchitecture } from './CloudArchitecture'
|
import { CloudArchitecture } from './CloudArchitecture'
|
||||||
import { CloudFeatures } from './CloudFeatures'
|
import { CloudFeatures } from './CloudFeatures'
|
||||||
import { CloudGettingStarted } from './CloudGettingStarted'
|
import { CloudGettingStarted } from './CloudGettingStarted'
|
||||||
@@ -15,10 +14,13 @@ export default function CloudPage() {
|
|||||||
<AnimatedSection>
|
<AnimatedSection>
|
||||||
<CloudHeroNew />
|
<CloudHeroNew />
|
||||||
</AnimatedSection>
|
</AnimatedSection>
|
||||||
|
<AnimatedSection>
|
||||||
|
<CloudOverview />
|
||||||
|
</AnimatedSection>
|
||||||
<AnimatedSection>
|
<AnimatedSection>
|
||||||
<CloudFeatures />
|
<CloudFeatures />
|
||||||
</AnimatedSection>
|
</AnimatedSection>
|
||||||
|
|
||||||
<AnimatedSection>
|
<AnimatedSection>
|
||||||
<CloudArchitecture />
|
<CloudArchitecture />
|
||||||
</AnimatedSection>
|
</AnimatedSection>
|
||||||
|
|||||||
Reference in New Issue
Block a user