feat: add animated text flip and pointer highlight components with home agent section

This commit is contained in:
2025-10-23 04:24:01 +02:00
parent 82e730346e
commit f2cb22ef66
5 changed files with 248 additions and 2 deletions

View File

@@ -7,8 +7,8 @@ import { HomeHeroDark } from './HomeHeroDark'
import { HomeAurora } from './HomeAurora'
import { HomeMapSection } from './HomeMap'
import { HomeFeatures } from './HomeFeatures'
import { HalfGlobe } from '@/components/ui/HalfGlobe'
import { HomeCloud } from './HomeCloud'
import { HomeAgent } from './HomeAgent'
export default function HomePage() {
return (
@@ -29,6 +29,10 @@ export default function HomePage() {
<HomeCloud />
</AnimatedSection>
<AnimatedSection>
<HomeAgent />
</AnimatedSection>
</div>
)
}