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 0daabe56f5 - Show all commits

View File

@@ -7,6 +7,7 @@ import { SecurityPillars } from './SecurityPillars'
import { CloudCTA } from './CloudCTA'
import { CloudHeroNew } from './CloudHeroNew'
import { CloudHosting } from './CloudHosting'
import { CloudBluePrint } from './CloudBluePrint'
export default function CloudPage() {
return (
@@ -28,15 +29,14 @@ export default function CloudPage() {
<CloudArchitecture />
</AnimatedSection>
<AnimatedSection>
<CloudGettingStarted />
</AnimatedSection>
<AnimatedSection>
<CloudUseCases />
</AnimatedSection>
<AnimatedSection>
<SecurityPillars />
<CloudBluePrint />
</AnimatedSection>
<AnimatedSection>
<CloudCTA />
</AnimatedSection>