chore: delete unused icon.svg file

This commit is contained in:
2025-10-22 17:34:12 +02:00
parent 044f9cf38b
commit f30006a983
3 changed files with 82 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
import { AnimatedSection } from '../../components/AnimatedSection'
import { DeploySection } from './DeploySection'
import { GallerySection } from './GallerySection'
import { Companies } from './Companies'
import { BentoSection } from './BentoSection'
export default function AgentsPage() {
@@ -9,6 +10,11 @@ export default function AgentsPage() {
<AnimatedSection>
<DeploySection />
</AnimatedSection>
<AnimatedSection>
<Companies />
</AnimatedSection>
<AnimatedSection>
<GallerySection />