forked from emre/www_projectmycelium_com
feat: update cloud page hero and home slider components
- Replaced CloudHero with new CloudHeroNew component on cloud page - Added new cloud-related images (cloudhero.webp, cloudhero2.webp, k82.png) to public assets - Enhanced HomeSlider section with Eyebrow component for "Ecosystem" label - Updated HomeSlider heading text from "Discover the Mycelium Ecosystem" to "Discover the Mycelium Components"
This commit is contained in:
@@ -7,12 +7,14 @@ import { CloudGettingStarted } from './CloudGettingStarted'
|
||||
import { CloudUseCases } from './CloudUseCases'
|
||||
import { SecurityPillars } from './SecurityPillars'
|
||||
import { CloudCTA } from './CloudCTA'
|
||||
import { CloudHeroNew } from './CloudHeroNew'
|
||||
|
||||
export default function CloudPage() {
|
||||
return (
|
||||
<>
|
||||
|
||||
<AnimatedSection>
|
||||
<CloudHero />
|
||||
<CloudHeroNew />
|
||||
</AnimatedSection>
|
||||
<AnimatedSection>
|
||||
<CloudOverview />
|
||||
|
||||
Reference in New Issue
Block a user