forked from emre/www_projectmycelium_com
new dropdown content from Mik
This commit is contained in:
@@ -1,22 +1,33 @@
|
||||
import { AnimatedSection } from '../../components/AnimatedSection'
|
||||
import { CloudHero } from './CloudHero'
|
||||
import { CloudOverview } from './CloudOverview'
|
||||
import { ComputeStorageSplit } from './ComputeStorageSplit'
|
||||
import { CloudArchitecture } from './CloudArchitecture'
|
||||
import { CloudFeatures } from './CloudFeatures'
|
||||
import { CloudGettingStarted } from './CloudGettingStarted'
|
||||
import { CloudUseCases } from './CloudUseCases'
|
||||
import { SecurityPillars } from './SecurityPillars'
|
||||
import { CloudCTA } from './CloudCTA'
|
||||
import { CloudHeroAlt } from './CloudHeroAlt'
|
||||
|
||||
export default function CloudPage() {
|
||||
return (
|
||||
<>
|
||||
<AnimatedSection>
|
||||
<CloudHeroAlt />
|
||||
<CloudHero />
|
||||
</AnimatedSection>
|
||||
<AnimatedSection>
|
||||
<CloudOverview />
|
||||
</AnimatedSection>
|
||||
<AnimatedSection>
|
||||
<ComputeStorageSplit />
|
||||
<CloudArchitecture />
|
||||
</AnimatedSection>
|
||||
<AnimatedSection>
|
||||
<CloudFeatures />
|
||||
</AnimatedSection>
|
||||
<AnimatedSection>
|
||||
<CloudGettingStarted />
|
||||
</AnimatedSection>
|
||||
<AnimatedSection>
|
||||
<CloudUseCases />
|
||||
</AnimatedSection>
|
||||
<AnimatedSection>
|
||||
<SecurityPillars />
|
||||
|
||||
Reference in New Issue
Block a user