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

@@ -75,7 +75,7 @@ export function CloudArchitecture() {
<Button variant="solid" color="cyan" href="/start">
Get Started
</Button>
<Button variant="outline" color="gray" href="/docs">
<Button variant="outline" color="white" href="/docs">
Explore Docs
</Button>
</div>