new dropdown content from Mik
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
import { AnimatedSection } from '../../components/AnimatedSection'
|
||||
import { ComputeHero } from './ComputeHero'
|
||||
import { ComputeOverview } from './ComputeOverview'
|
||||
import { ComputeFeatures } from './ComputeFeatures'
|
||||
import { ComputeZeroImage } from './ComputeZeroImage'
|
||||
import { ComputeArchitecture } from './ComputeArchitecture'
|
||||
import { ComputeDeveloperExperience } from './ComputeDeveloperExperience'
|
||||
import { ComputeUseCases } from './ComputeUseCases'
|
||||
import { ComputeDifferentiators } from './ComputeDifferentiators'
|
||||
import { CallToAction } from './CallToAction'
|
||||
|
||||
export default function ComputePage() {
|
||||
@@ -8,6 +15,27 @@ export default function ComputePage() {
|
||||
<AnimatedSection>
|
||||
<ComputeHero />
|
||||
</AnimatedSection>
|
||||
<AnimatedSection>
|
||||
<ComputeOverview />
|
||||
</AnimatedSection>
|
||||
<AnimatedSection>
|
||||
<ComputeFeatures />
|
||||
</AnimatedSection>
|
||||
<AnimatedSection>
|
||||
<ComputeZeroImage />
|
||||
</AnimatedSection>
|
||||
<AnimatedSection>
|
||||
<ComputeArchitecture />
|
||||
</AnimatedSection>
|
||||
<AnimatedSection>
|
||||
<ComputeDeveloperExperience />
|
||||
</AnimatedSection>
|
||||
<AnimatedSection>
|
||||
<ComputeUseCases />
|
||||
</AnimatedSection>
|
||||
<AnimatedSection>
|
||||
<ComputeDifferentiators />
|
||||
</AnimatedSection>
|
||||
<AnimatedSection>
|
||||
<CallToAction />
|
||||
</AnimatedSection>
|
||||
|
||||
Reference in New Issue
Block a user