diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e6f95c..2fdf78e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,31 +29,31 @@ export default function Home() { - + - + - + - + - + - + - + diff --git a/src/components/UI/FadeInOnView.tsx b/src/components/UI/FadeInOnView.tsx index 95b0cf6..bc9603c 100644 --- a/src/components/UI/FadeInOnView.tsx +++ b/src/components/UI/FadeInOnView.tsx @@ -24,7 +24,8 @@ export function FadeInOnView({ entries.forEach((entry) => { if (entry.isIntersecting) { setVisible(true) - observer.disconnect() + } else { + setVisible(false) } }) }, diff --git a/src/components/home/Team.tsx b/src/components/home/Team.tsx index ff52f33..77c8f66 100644 --- a/src/components/home/Team.tsx +++ b/src/components/home/Team.tsx @@ -33,7 +33,7 @@ const members = [ name: 'Florian Fournier', role: 'Marketing & Business Development', bio: - 'Florian is a global venture builder and storyteller at the intersection of technology, education, and social impact. With a background in marketing, media, and ecosystem development, he brings a deep understanding of how to connect innovation with real-world needs across cultures and geographies.', + 'Florian is a global venture builder and storyteller at the intersection of technology, education, and social impact.', }, ]