Add Vincent and Flo picture

This commit is contained in:
2024-11-07 08:50:06 +01:00
parent fc4ec27832
commit 0a230a25fa

View File

@@ -188,7 +188,7 @@ const Home: React.FC = () => {
{
name: 'Vincent Rocher',
role: 'Vice-Président',
image: 'https://r2.modelec.club/maxime.png',
image: 'https://r2.modelec.club/vincent.jpg',
},
{
name: 'Felix Marquet',
@@ -198,7 +198,7 @@ const Home: React.FC = () => {
{
name: 'Florent Butery',
role: 'Trésorier',
image: 'https://r2.modelec.club/maxime.png',
image: 'https://r2.modelec.club/flo.jpg',
},
],
},