From c4ef7374db59c6aa3b5d568d825d08b826ad521d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:47:58 +0000 Subject: [PATCH] Update src/app/evenements/page.tsx --- src/app/evenements/page.tsx | 56 +++++++++---------------------------- 1 file changed, 13 insertions(+), 43 deletions(-) diff --git a/src/app/evenements/page.tsx b/src/app/evenements/page.tsx index 6f3c959..776091b 100644 --- a/src/app/evenements/page.tsx +++ b/src/app/evenements/page.tsx @@ -24,7 +24,7 @@ export default function EventsPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -42,7 +42,7 @@ export default function EventsPage() { @@ -62,41 +62,14 @@ export default function EventsPage() { description="Une sélection d'événements gastronomiques à ne pas manquer" 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?_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: "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"}, { - 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?_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: "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"}, { - 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?_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", - }, + 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"}, ]} textboxLayout="default" animationType="slide-up" @@ -106,14 +79,13 @@ export default function EventsPage() {