add Team component to home page with fade-in animation
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user