diff --git a/src/app/evenements/page.tsx b/src/app/evenements/page.tsx index 776091b..67a6a60 100644 --- a/src/app/evenements/page.tsx +++ b/src/app/evenements/page.tsx @@ -50,7 +50,7 @@ export default function EventsPage() { { text: "Retour", href: "/" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072591.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072591.jpg?_wi=2" imageAlt="Menu festif" mediaAnimation="slide-up" /> @@ -63,13 +63,13 @@ export default function EventsPage() { blogs={[ { id: "1", category: "Féria", title: "Menu Féria des Vendanges 2025", excerpt: - "Ambiance méditerranéenne festive avec paëlla valenciana, sangria maison et ambiance chaude. Réservation obligatoire.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072591.jpg", imageAlt: "paella valencia sangria fête", authorName: "Chef du Resto", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg", date: "15-24 février 2025"}, + "Ambiance méditerranéenne festive avec paëlla valenciana, sangria maison et ambiance chaude. Réservation obligatoire.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072591.jpg?_wi=3", imageAlt: "paella valencia sangria fête", authorName: "Chef du Resto", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg", date: "15-24 février 2025"}, { id: "2", category: "Menu Dégustation", title: "Soirées Menu Découverte", excerpt: - "Menu dégustation de 7 plats accompagné de vins régionaux sélectionnés. Une expérience culinaire d'exception.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-young-woman-buying-organic-bio-products_482257-77601.jpg", imageAlt: "producteurs marché local agriculture", authorName: "Le Resto Team", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-diverse-friends-table_23-2148212389.jpg", date: "Tous les jeudis"}, + "Menu dégustation de 7 plats accompagné de vins régionaux sélectionnés. Une expérience culinaire d'exception.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-young-woman-buying-organic-bio-products_482257-77601.jpg?_wi=2", imageAlt: "producteurs marché local agriculture", authorName: "Le Resto Team", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-diverse-friends-table_23-2148212389.jpg", date: "Tous les jeudis"}, { id: "3", category: "Menu Spécial", title: "Brunch Gourmand du Dimanche", excerpt: - "Brunch raffiné avec mets sucrés et salés. Ambiance décontractée et produits frais maison.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-muffin-wooden-cutting-board_140725-10234.jpg", imageAlt: "pâtisserie fondant chocolat dessert", authorName: "Équipe Pâtisserie", authorAvatar: "http://img.b2bpic.net/free-photo/professional-smiling-confectioner-wrapping-box-with-cookies_1163-2864.jpg", date: "Dimanche 10h-14h"}, + "Brunch raffiné avec mets sucrés et salés. Ambiance décontractée et produits frais maison.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-muffin-wooden-cutting-board_140725-10234.jpg?_wi=2", imageAlt: "pâtisserie fondant chocolat dessert", authorName: "Équipe Pâtisserie", authorAvatar: "http://img.b2bpic.net/free-photo/professional-smiling-confectioner-wrapping-box-with-cookies_1163-2864.jpg", date: "Dimanche 10h-14h"}, ]} textboxLayout="default" animationType="slide-up" @@ -79,7 +79,7 @@ export default function EventsPage() {