feat: redesign compute capabilities section with dark theme

- Updated ComputeCapabilities component with dark background, bordered container layout, and improved visual hierarchy
- Replaced icon components with technology-specific images (Kubernetes, VM, Linux)
- Standardized button color scheme across components (gray to white outline variant)
This commit is contained in:
2025-11-06 23:03:36 +01:00
parent c56f67ae2e
commit 0f2f6df299
10 changed files with 77 additions and 40 deletions

View File

@@ -19,7 +19,7 @@ export function HomeHero() {
Start Hosting
</Button>
<Button href="#" variant="outline" color="gray">
<Button href="#" variant="outline" color="white">
Deploy in Cloud <span aria-hidden="true"></span>
</Button>
</div>