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:
2025-10-31 03:36:19 +01:00
parent 0837a8313c
commit 33c940c604
5 changed files with 8 additions and 3 deletions

View File

@@ -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 />