forked from emre/www_projectmycelium_com
feat: replace SecurityPillars with CloudBluePrint component and reorder sections
- Removed CloudGettingStarted section from the page - Replaced SecurityPillars with new CloudBluePrint component - Adjusted section ordering to improve page flow
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user