development_logos #1

Open
ehab wants to merge 197 commits from ourworld_web/www_projectmycelium_com:development_logos into main
Showing only changes of commit f1c388cbab - Show all commits

View File

@@ -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>