improvements

This commit is contained in:
Emre
2025-10-24 15:11:28 +03:00
parent 26fbea3ec4
commit 45b1c43b97
7 changed files with 10 additions and 11 deletions

View File

@@ -13,7 +13,11 @@ export default function AgentsPage() {
</AnimatedSection>
<AnimatedSection>
<BentoSection />
<DeploySection />
</AnimatedSection>
<AnimatedSection>
<Companies />
</AnimatedSection>
<AnimatedSection>
@@ -21,11 +25,7 @@ export default function AgentsPage() {
</AnimatedSection>
<AnimatedSection>
<DeploySection />
</AnimatedSection>
<AnimatedSection>
<Companies />
<BentoSection />
</AnimatedSection>
</div>
)