refactor: clean up unused imports and component exports

- Removed unused component imports across multiple pages (AgentHeroAlt, ComputeHero, CloudPage, GpuPage, StoragePage)
- Changed ComputeDesign export from default to named export for consistency
- Removed CloudDesign section from CloudPage layout
This commit is contained in:
2025-11-04 17:15:07 +01:00
parent e16456bb94
commit 8d9f02a846
9 changed files with 44 additions and 47 deletions

View File

@@ -1,7 +1,7 @@
'use client'
import { Button } from '../../components/Button'
import { Eyebrow, SectionHeader, P, H3 } from '../../components/Texts'
import { Eyebrow, P, H3 } from '../../components/Texts'
export function AgentHeroAlt() {
return (