import { AnimatedSection } from '../../components/AnimatedSection' import { GpuHero } from './GpuHero' import { GpuOverview } from './GpuOverview' import { GpuArchitecture } from './GpuArchitecture' import { GpuUseCases } from './GpuUseCases' import { CallToAction } from './CallToAction' import { GpuCapabilities } from './GpuCapabilities' import { GpuDesign } from './GpuDesign' export default function GpuPage() { return ( <> ) }