Update src/app/services/page.tsx

This commit is contained in:
2026-06-02 10:14:22 +00:00
parent 59d3868c0e
commit 1a22e9a489

View File

@@ -47,19 +47,19 @@ export default function ServicesPage() {
features={[
{
id: "service-1", title: "Location de Salle", tags: ["Salle", "Location"],
imageSrc: "http://img.b2bpic.net/free-photo/wedding-ceremony-area-in-a-forest-decorated-with-white-flowers-and-rustic-style-details_181624-53900.jpg", imageAlt: "Salle décorée pour un mariage"
imageSrc: "http://img.b2bpic.net/free-photo/wedding-ceremony-area-in-a-forest-decorated-with-white-flowers-and-rustic-style-details_181624-53900.jpg?_wi=2", imageAlt: "Salle décorée pour un mariage"
},
{
id: "service-2", title: "Traiteur Exclusif", tags: ["Nourriture", "Boissons"],
imageSrc: "http://img.b2bpic.net/free-photo/view-of-table-with-happy-birthday-cake-and-drinks_23-2148405096.jpg", imageAlt: "Buffet traiteur"
imageSrc: "http://img.b2bpic.net/free-photo/view-of-table-with-happy-birthday-cake-and-drinks_23-2148405096.jpg?_wi=2", imageAlt: "Buffet traiteur"
},
{
id: "service-3", title: "Organisation Complète", tags: ["Planification", "Coordination"],
imageSrc: "http://img.b2bpic.net/free-photo/large-empty-meeting-room_23-2148782068.jpg", imageAlt: "Équipe d'organisation d'événements"
imageSrc: "http://img.b2bpic.net/free-photo/large-empty-meeting-room_23-2148782068.jpg?_wi=2", imageAlt: "Équipe d'organisation d'événements"
},
{
id: "service-4", title: "Décoration Thématique", tags: ["Thème", "Ambiance"],
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wedding-reception-hall-illustration_1150-13725.jpg", imageAlt: "Décoration de salle"
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-wedding-reception-hall-illustration_1150-13725.jpg?_wi=2", imageAlt: "Décoration de salle"
}
]}
/>