Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 02:32:04 +00:00
parent 5cf86400d5
commit b1cdc0b99c

View File

@@ -11,8 +11,7 @@ import { Mail, Phone, MapPin, Clock, Users, Zap } from "lucide-react";
export default function ContactPage() { export default function ContactPage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Navigation", title: "Navigation", items: [
items: [
{ label: "Accueil", href: "/" }, { label: "Accueil", href: "/" },
{ label: "Menu", href: "/menu" }, { label: "Menu", href: "/menu" },
{ label: "Événements", href: "/events" }, { label: "Événements", href: "/events" },
@@ -20,8 +19,7 @@ export default function ContactPage() {
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ label: "Réserver", href: "/contact" }, { label: "Réserver", href: "/contact" },
{ label: "Nous Appeler", href: "tel:+33200000000" }, { label: "Nous Appeler", href: "tel:+33200000000" },
{ label: "Nous Localiser", href: "#" }, { label: "Nous Localiser", href: "#" },
@@ -29,8 +27,7 @@ export default function ContactPage() {
], ],
}, },
{ {
title: "Informations", title: "Informations", items: [
items: [
{ label: "Conditions Générales", href: "#" }, { label: "Conditions Générales", href: "#" },
{ label: "Politique de Confidentialité", href: "#" }, { label: "Politique de Confidentialité", href: "#" },
{ label: "Mentions Légales", 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." 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" tag="Informations de Contact"
tagIcon={Mail} tagIcon={Mail}
tagAnimation="fade" tagAnimation="slide-up"
bulletPoints={[ bulletPoints={[
{ {
title: "Téléphone", title: "Téléphone", description:
description: "Appelez-nous au 02 XX XX XX XX. Notre équipe est disponible du lundi au dimanche pour répondre à vos questions.", icon: Phone,
"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", title: "Horaires d'Ouverture", description:
description: "Lun-Jeu: 17h-23h | Ven-Sam: 17h-02h | Dimanche: 17h-23h. Cuisine jusqu'à 22h30 en semaine, minuit le weekend.", icon: Clock,
"Lun-Jeu: 17h-23h | Ven-Sam: 17h-02h | Dimanche: 17h-23h. Cuisine jusqu'à 22h30 en semaine, minuit le weekend.",
icon: Clock,
}, },
{ {
title: "Localisation", title: "Localisation", description:
description: "Place Centrale, 36000 Châteauroux. Accès facile, parking à proximité et ligne de bus directe. Venez nous visiter!", icon: MapPin,
"Place Centrale, 36000 Châteauroux. Accès facile, parking à proximité et ligne de bus directe. Venez nous visiter!",
icon: MapPin,
}, },
{ {
title: "Réservations Groupe", title: "Réservations Groupe", description:
description: "Groupes à partir de 10 personnes bienvenues. Menus spéciaux disponibles. Contactez-nous pour discuter de vos besoins.", icon: Users,
"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" imageAlt="Intérieur chaleureux du LE QUEEN'S BERRY"
mediaAnimation="slide-up" mediaAnimation="slide-up"
textboxLayout="default" textboxLayout="default"