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 { CloudOverview } from './CloudOverview'
|
||||
import { CloudArchitecture } from './CloudArchitecture'
|
||||
import { CloudFeatures } from './CloudFeatures'
|
||||
import { CloudGettingStarted } from './CloudGettingStarted'
|
||||
@@ -15,10 +14,13 @@ export default function CloudPage() {
|
||||
<AnimatedSection>
|
||||
<CloudHeroNew />
|
||||
</AnimatedSection>
|
||||
<AnimatedSection>
|
||||
<CloudOverview />
|
||||
</AnimatedSection>
|
||||
<AnimatedSection>
|
||||
<CloudFeatures />
|
||||
</AnimatedSection>
|
||||
|
||||
|
||||
<AnimatedSection>
|
||||
<CloudArchitecture />
|
||||
</AnimatedSection>
|
||||
|
||||
Reference in New Issue
Block a user