From 0276676f771c73a3657ed064cdff90579fb46fe0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:59:14 +0000 Subject: [PATCH] Update src/app/groupes-traiteur/page.tsx --- src/app/groupes-traiteur/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/groupes-traiteur/page.tsx b/src/app/groupes-traiteur/page.tsx index 5e567ff..2b42856 100644 --- a/src/app/groupes-traiteur/page.tsx +++ b/src/app/groupes-traiteur/page.tsx @@ -62,11 +62,11 @@ export default function GroupsPage() { description="Des solutions adaptées pour tous vos besoins en matière de repas collectifs" features={[ { - id: "1", title: "Repas d'Affaires", description: "Menus composés et personnalisés pour vos repas professionnels et séminaires d'entreprise.", tag: "Entreprise", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "Repas d'affaires"}, + id: "1", title: "Repas d'Affaires", description: "Menus composés et personnalisés pour vos repas professionnels et séminaires d'entreprise.", tag: "Entreprise", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg?_wi=2", imageAlt: "Repas d'affaires"}, { - id: "2", title: "Celebrations & Mariages", description: "Ambiance festive et gastronomique pour vos mariages et événements spéciaux. Accueil jusqu'à 40 personnes.", tag: "Événement", imageSrc: "http://img.b2bpic.net/free-photo/harvest-fresh-vegetable-baskets-presented-outdoor-market-sale_346278-729.jpg", imageAlt: "Célébration événement"}, + id: "2", title: "Celebrations & Mariages", description: "Ambiance festive et gastronomique pour vos mariages et événements spéciaux. Accueil jusqu'à 40 personnes.", tag: "Événement", imageSrc: "http://img.b2bpic.net/free-photo/harvest-fresh-vegetable-baskets-presented-outdoor-market-sale_346278-729.jpg?_wi=3", imageAlt: "Célébration événement"}, { - id: "3", title: "Service Traiteur", description: "Préparation et livraison de plats gastronomiques pour événements à domicile ou en salle.", tag: "Traiteur", imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-caramel-cake-with-strawberry-cream_114579-17879.jpg", imageAlt: "Service traiteur"}, + id: "3", title: "Service Traiteur", description: "Préparation et livraison de plats gastronomiques pour événements à domicile ou en salle.", tag: "Traiteur", imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-caramel-cake-with-strawberry-cream_114579-17879.jpg?_wi=3", imageAlt: "Service traiteur"}, ]} textboxLayout="default" animationType="slide-up" @@ -76,7 +76,7 @@ export default function GroupsPage() {