From 8b8c6cf1aacc60d1b6340cc33a2bf5a624560e21 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 12:47:12 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 68 +++++++++++----------------------------- 1 file changed, 18 insertions(+), 50 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2645c3a..8769ff2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,29 +26,17 @@ export default function LandingPage() { @@ -58,16 +46,13 @@ export default function LandingPage() { @@ -82,10 +67,9 @@ export default function LandingPage() { description="L'Apostrophe\n4 Place Jeanne d'Arc\n14310 Villers-Bocage\nFrance\n\nHoraires d'ouverture:\nDéjeuner: Mar-Ven 12h00-14h00\nDîner: Mar-Sam 19h00-22h00\nFermé le Dimanche et Lundi." buttons={[ { - text: "Voir sur Google Maps", - href: "https://www.google.com/maps/search/L'Apostrophe+4+Place+Jeanne+d'Arc+14310+Villers-Bocage", - }, + text: "Voir sur Google Maps", href: "https://www.google.com/maps/search/L'Apostrophe+4+Place+Jeanne+d'Arc+14310+Villers-Bocage"}, ]} + bulletPoints={[]} imageSrc="http://img.b2bpic.net/free-photo/map-magnifier-female-hands-wooden-background-top-view_169016-16415.jpg" imageAlt="Localisation du restaurant L'Apostrophe sur Google Maps" mediaAnimation="opacity" @@ -98,45 +82,29 @@ export default function LandingPage() { { items: [ { - label: "Accueil", - href: "/", - }, + label: "Accueil", href: "/"}, { - label: "Notre Cuisine", - href: "/cuisine", - }, + label: "Notre Cuisine", href: "/cuisine"}, { - label: "Menus", - href: "/menus", - }, + label: "Menus", href: "/menus"}, ], }, { items: [ { - label: "Galerie", - href: "/galerie", - }, + label: "Galerie", href: "/galerie"}, { - label: "Réservation", - href: "/reservation", - }, + label: "Réservation", href: "/reservation"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, { items: [ { - label: "Mentions Légales", - href: "#", - }, + label: "Mentions Légales", href: "#"}, { - label: "Politique de Confidentialité", - href: "#", - }, + label: "Politique de Confidentialité", href: "#"}, ], }, ]}