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: "#"},
],
},
]}