import { AnimatedSection } from '../../components/AnimatedSection' import { AgentsHero } from './AgentsHero' import { DeploySection } from './DeploySection' import { GallerySection } from './GallerySection' import { Companies } from './Companies' import { BentoSection } from './BentoSection' import { AgentsHeroAlt } from './AgentsHeroAlt' export default function AgentsPage() { return (
) }