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() {
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"