feat: redesign hero section with cloud background and decorative blobs

- Replaced hero background image with cloud.png and added cyan gradient blobs for visual depth
- Centered hero content with larger typography and improved spacing
- Removed onGetStartedClick callback in favor of direct href navigation
This commit is contained in:
2025-11-05 16:29:20 +01:00
parent 8fac6f8edd
commit 2d856a5858
9 changed files with 248 additions and 87 deletions

View File

@@ -6,7 +6,7 @@ import { WorldMap } from './HomeGlobe'
import { HomeBenefits } from './HomeBenefits'
import { CallToAction } from './CallToAction'
import { HomeSlider } from './HomeSlider'
import { HomeHostingDark } from './HomeHostingDark'
import { HomeHosting } from './HomeHosting'
export default function HomePage() {
@@ -26,7 +26,7 @@ export default function HomePage() {
</AnimatedSection>
<AnimatedSection>
<HomeHostingDark />
<HomeHosting />
</AnimatedSection>
<AnimatedSection>