Update src/app/page.tsx

This commit is contained in:
2026-03-03 10:49:06 +00:00
parent 4c4cb6d0aa
commit 17b5f50c7d

View File

@@ -62,12 +62,12 @@ export default function LandingPage() {
buttonAnimation="blur-reveal"
background={{ variant: "sparkles-gradient" }}
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/view-city-hall-dijon-city_268835-4034.jpg", imageAlt: "belgian parliament government building democracy political institution Brussels architecture" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/people-looking-football-game-sunny-day_23-2149015485.jpg", imageAlt: "diverse community people together unity coalition political gathering" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-vector/elections-elements-flat-decorative-set_98292-3802.jpg", imageAlt: "transparency icon open governance democratic values honest leadership" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-celebrating-lifting-face-mask-restrictions-outdoors_23-2149384588.jpg", imageAlt: "inclusive community diverse voices equal representation togetherness" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/successful-business-people-with-ideas_53876-25182.jpg", imageAlt: "innovation forward future Belgium progressive politics new ideas" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/view-city-hall-dijon-city_268835-4034.jpg", imageAlt: "belgian parliament government building democracy political institution Brussels architecture" }
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/view-city-hall-dijon-city_268835-4034.jpg?_wi=1", imageAlt: "belgian parliament government building democracy political institution Brussels architecture" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/people-looking-football-game-sunny-day_23-2149015485.jpg?_wi=1", imageAlt: "diverse community people together unity coalition political gathering" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-vector/elections-elements-flat-decorative-set_98292-3802.jpg?_wi=1", imageAlt: "transparency icon open governance democratic values honest leadership" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-celebrating-lifting-face-mask-restrictions-outdoors_23-2149384588.jpg?_wi=1", imageAlt: "inclusive community diverse voices equal representation togetherness" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/successful-business-people-with-ideas_53876-25182.jpg?_wi=1", imageAlt: "innovation forward future Belgium progressive politics new ideas" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/view-city-hall-dijon-city_268835-4034.jpg?_wi=2", imageAlt: "belgian parliament government building democracy political institution Brussels architecture" }
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -93,7 +93,7 @@ export default function LandingPage() {
title: "Innovation Continue", description: "Des solutions modernes pour les problèmes d'aujourd'hui et de demain.", icon: LightBulb
}
]}
imageSrc="http://img.b2bpic.net/free-photo/people-looking-football-game-sunny-day_23-2149015485.jpg"
imageSrc="http://img.b2bpic.net/free-photo/people-looking-football-game-sunny-day_23-2149015485.jpg?_wi=2"
imageAlt="about-unity"
mediaAnimation="slide-up"
textboxLayout="default"
@@ -117,15 +117,15 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Gouvernance Transparente", description: "Nous croyons que la transparence est la base de la confiance. Chaque décision est prise ouvertement, avec la participation active des citoyens.", imageSrc: "http://img.b2bpic.net/free-vector/elections-elements-flat-decorative-set_98292-3802.jpg", imageAlt: "feature-transparent"
title: "Gouvernance Transparente", description: "Nous croyons que la transparence est la base de la confiance. Chaque décision est prise ouvertement, avec la participation active des citoyens.", imageSrc: "http://img.b2bpic.net/free-vector/elections-elements-flat-decorative-set_98292-3802.jpg?_wi=2", imageAlt: "feature-transparent"
},
{
id: 2,
title: "Communauté Inclusive", description: "Chaque Belge, indépendamment de son origine ou de ses convictions, a sa place dans notre mouvement et notre vision pour la Belgique.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-celebrating-lifting-face-mask-restrictions-outdoors_23-2149384588.jpg", imageAlt: "feature-inclusive"
title: "Communauté Inclusive", description: "Chaque Belge, indépendamment de son origine ou de ses convictions, a sa place dans notre mouvement et notre vision pour la Belgique.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-celebrating-lifting-face-mask-restrictions-outdoors_23-2149384588.jpg?_wi=2", imageAlt: "feature-inclusive"
},
{
id: 3,
title: "Progrès et Innovation", description: "Nous embrassons le changement et cherchons des solutions novatrices aux défis politiques, économiques et sociaux contemporains.", imageSrc: "http://img.b2bpic.net/free-photo/successful-business-people-with-ideas_53876-25182.jpg", imageAlt: "feature-innovative"
title: "Progrès et Innovation", description: "Nous embrassons le changement et cherchons des solutions novatrices aux défis politiques, économiques et sociaux contemporains.", imageSrc: "http://img.b2bpic.net/free-photo/successful-business-people-with-ideas_53876-25182.jpg?_wi=2", imageAlt: "feature-innovative"
}
]}
animationType="blur-reveal"