forked from emre/www_projectmycelium_com
refactor: reorder compute page sections and simplify use cases heading
- Moved ComputeArchitecture and ComputeUseCases sections earlier in the page flow - Updated use cases section heading to be more concise - Removed descriptive paragraph from use cases section
This commit is contained in:
@@ -11,6 +11,7 @@ import { CallToAction } from './CallToAction'
|
||||
import { ComputeCapabilities } from './ComputeCapabilities'
|
||||
import { ComputeDesign } from './ComputeDesign'
|
||||
|
||||
|
||||
export default function ComputePage() {
|
||||
return (
|
||||
<div>
|
||||
@@ -26,30 +27,18 @@ export default function ComputePage() {
|
||||
<ComputeDesign />
|
||||
</AnimatedSection>
|
||||
|
||||
<AnimatedSection>
|
||||
<ComputeArchitecture />
|
||||
</AnimatedSection>
|
||||
|
||||
<AnimatedSection>
|
||||
<ComputeFeatures />
|
||||
</AnimatedSection>
|
||||
|
||||
<AnimatedSection>
|
||||
<ComputeOverview />
|
||||
</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