add Team component to home page with fade-in animation

This commit is contained in:
2025-12-05 17:41:20 +01:00
parent 307aa8006c
commit 48d63152c7
5 changed files with 83 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ import { FadeInOnView } from '@/components/UI/FadeInOnView'
import { About } from '@/components/home/About'
import { Ventures } from '@/components/home/Ventures'
import { Foundation } from '@/components/home/Foundation'
import { Team } from '@/components/home/Team'
export default function Home() {
return (
@@ -34,6 +35,10 @@ export default function Home() {
<Foundation />
</FadeInOnView>
<FadeInOnView delayMs={100}>
<Team />
</FadeInOnView>
<FadeInOnView delayMs={100}>
<HomePrinciples />