Merge version_1 into main #1
@@ -76,19 +76,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Inscription", description: "Inscrivez-vous en équipe ou individuellement. Les frais d'inscription aident directement notre cause.", imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-outdoors-still-life_23-2150577659.jpg", imageAlt: "Inscription événement"
|
||||
title: "Inscription", description: "Inscrivez-vous en équipe ou individuellement. Les frais d'inscription aident directement notre cause.", imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-outdoors-still-life_23-2150577659.jpg?_wi=1", imageAlt: "Inscription événement"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Collecte de Fonds", description: "Collectez des dons auprès de vos amis et famille pour soutenir nos services.", imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-outdoors-still-life_23-2150577659.jpg", imageAlt: "Collecte de fonds"
|
||||
title: "Collecte de Fonds", description: "Collectez des dons auprès de vos amis et famille pour soutenir nos services.", imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-outdoors-still-life_23-2150577659.jpg?_wi=2", imageAlt: "Collecte de fonds"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Jouez & Célébrez", description: "Profitez d'une journée amusante de bowling avec la communauté et célébrez vos efforts.", imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-outdoors-still-life_23-2150577659.jpg", imageAlt: "Bowling et célébration"
|
||||
title: "Jouez & Célébrez", description: "Profitez d'une journée amusante de bowling avec la communauté et célébrez vos efforts.", imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-outdoors-still-life_23-2150577659.jpg?_wi=3", imageAlt: "Bowling et célébration"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Impact Immédiat", description: "Vos contributions financent directement les soins palliatifs et le soutien aux familles.", imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-outdoors-still-life_23-2150577659.jpg", imageAlt: "Impact communautaire"
|
||||
title: "Impact Immédiat", description: "Vos contributions financent directement les soins palliatifs et le soutien aux familles.", imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-outdoors-still-life_23-2150577659.jpg?_wi=4", imageAlt: "Impact communautaire"
|
||||
}
|
||||
]}
|
||||
title="Comment Ça Fonctionne"
|
||||
@@ -125,15 +125,15 @@ export default function LandingPage() {
|
||||
<PricingCardNine
|
||||
plans={[
|
||||
{
|
||||
id: "individual", title: "Participant Individuel", price: "25 $", period: "inscription", imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-outdoors-still-life_23-2150577659.jpg", imageAlt: "Participation individuelle", button: { text: "S'inscrire", href: "#donate" },
|
||||
id: "individual", title: "Participant Individuel", price: "25 $", period: "inscription", imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-outdoors-still-life_23-2150577659.jpg?_wi=5", imageAlt: "Participation individuelle", button: { text: "S'inscrire", href: "#donate" },
|
||||
features: ["3 jeux de bowling", "Accès à tous les événements", "Certificat de participation", "Soutien de notre cause"]
|
||||
},
|
||||
{
|
||||
id: "team", title: "Équipe (4-6 Personnes)", price: "100 $", period: "par équipe", imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-outdoors-still-life_23-2150577659.jpg", imageAlt: "Participation en équipe", button: { text: "Former une Équipe", href: "#donate" },
|
||||
id: "team", title: "Équipe (4-6 Personnes)", price: "100 $", period: "par équipe", imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-outdoors-still-life_23-2150577659.jpg?_wi=6", imageAlt: "Participation en équipe", button: { text: "Former une Équipe", href: "#donate" },
|
||||
features: ["3 jeux par personne", "Trophée pour la meilleure équipe", "Pizza et rafraîchissements", "Visibilité de l'équipe"]
|
||||
},
|
||||
{
|
||||
id: "sponsor", title: "Commanditaire", price: "500 $+", period: "donation", imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-outdoors-still-life_23-2150577659.jpg", imageAlt: "Opportunité de commandite", button: { text: "Devenir Commanditaire", href: "#donate" },
|
||||
id: "sponsor", title: "Commanditaire", price: "500 $+", period: "donation", imageSrc: "http://img.b2bpic.net/free-photo/ice-skates-outdoors-still-life_23-2150577659.jpg?_wi=7", imageAlt: "Opportunité de commandite", button: { text: "Devenir Commanditaire", href: "#donate" },
|
||||
features: ["Reconnaissance officielle", "Logo sur tous les matériaux", "Tableau des commanditaires", "Impact significatif sur nos services"]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user