From b1cdc0b99c9d456ff1c481f35057049acb88b472 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:32:04 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 37 +++++++++++++------------------------ 1 file changed, 13 insertions(+), 24 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 7a35eb3..ff16832 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -11,8 +11,7 @@ import { Mail, Phone, MapPin, Clock, Users, Zap } from "lucide-react"; export default function ContactPage() { const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Accueil", href: "/" }, { label: "Menu", href: "/menu" }, { label: "Événements", href: "/events" }, @@ -20,8 +19,7 @@ export default function ContactPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Réserver", href: "/contact" }, { label: "Nous Appeler", href: "tel:+33200000000" }, { label: "Nous Localiser", href: "#" }, @@ -29,8 +27,7 @@ export default function ContactPage() { ], }, { - title: "Informations", - items: [ + title: "Informations", items: [ { label: "Conditions Générales", href: "#" }, { label: "Politique de Confidentialité", href: "#" }, { label: "Mentions Légales", href: "#" }, @@ -73,34 +70,26 @@ export default function ContactPage() { description="Vous avez des questions? Envie de réserver une table ou d'organiser un événement? Nous sommes toujours là pour vous aider et accueillir." tag="Informations de Contact" tagIcon={Mail} - tagAnimation="fade" + tagAnimation="slide-up" bulletPoints={[ { - title: "Téléphone", - description: - "Appelez-nous au 02 XX XX XX XX. Notre équipe est disponible du lundi au dimanche pour répondre à vos questions.", - icon: Phone, + title: "Téléphone", description: + "Appelez-nous au 02 XX XX XX XX. Notre équipe est disponible du lundi au dimanche pour répondre à vos questions.", icon: Phone, }, { - title: "Horaires d'Ouverture", - description: - "Lun-Jeu: 17h-23h | Ven-Sam: 17h-02h | Dimanche: 17h-23h. Cuisine jusqu'à 22h30 en semaine, minuit le weekend.", - icon: Clock, + title: "Horaires d'Ouverture", description: + "Lun-Jeu: 17h-23h | Ven-Sam: 17h-02h | Dimanche: 17h-23h. Cuisine jusqu'à 22h30 en semaine, minuit le weekend.", icon: Clock, }, { - title: "Localisation", - description: - "Place Centrale, 36000 Châteauroux. Accès facile, parking à proximité et ligne de bus directe. Venez nous visiter!", - icon: MapPin, + title: "Localisation", description: + "Place Centrale, 36000 Châteauroux. Accès facile, parking à proximité et ligne de bus directe. Venez nous visiter!", icon: MapPin, }, { - title: "Réservations Groupe", - description: - "Groupes à partir de 10 personnes bienvenues. Menus spéciaux disponibles. Contactez-nous pour discuter de vos besoins.", - icon: Users, + title: "Réservations Groupe", description: + "Groupes à partir de 10 personnes bienvenues. Menus spéciaux disponibles. Contactez-nous pour discuter de vos besoins.", icon: Users, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg" imageAlt="Intérieur chaleureux du LE QUEEN'S BERRY" mediaAnimation="slide-up" textboxLayout="default"