feat: redesign compute page sections with interactive code examples

- Replaced static use cases section with tabbed interface showing AI/ML, application hosting, and edge compute capabilities
- Added ComputeCodeTabs component with interactive code examples (train.py, deploy.yaml, edge.ts)
- Updated CallToAction section with new bordered layout and restructured CTA buttons for hosting and deploying
This commit is contained in:
2025-11-07 16:54:04 +01:00
parent 4b6c8d8327
commit 6f4f451144
4 changed files with 279 additions and 71 deletions

View File

@@ -110,7 +110,6 @@ export function ComputeCapabilitiesNew() {
))}
</ul>
</div>
<div className="w-full border-b border-gray-800" />
<div className="max-w-7xl mx-auto py-6 border border-t-0 border-b-0 border-gray-800" />
</section>