Update src/app/contact/page.tsx
This commit is contained in:
@@ -26,29 +26,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Accueil",
|
||||
id: "/",
|
||||
},
|
||||
name: "Accueil", id: "/"},
|
||||
{
|
||||
name: "Notre Cuisine",
|
||||
id: "/cuisine",
|
||||
},
|
||||
name: "Notre Cuisine", id: "/cuisine"},
|
||||
{
|
||||
name: "Menus",
|
||||
id: "/menus",
|
||||
},
|
||||
name: "Menus", id: "/menus"},
|
||||
{
|
||||
name: "Galerie",
|
||||
id: "/galerie",
|
||||
},
|
||||
name: "Galerie", id: "/galerie"},
|
||||
{
|
||||
name: "Réservation",
|
||||
id: "/reservation",
|
||||
},
|
||||
name: "Réservation", id: "/reservation"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="L'Apostrophe"
|
||||
/>
|
||||
@@ -58,16 +46,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Contactez-Nous"
|
||||
title="Nous Contacter"
|
||||
description="Pour toute information, demande particulière ou collaboration, notre équipe est à votre écoute. Nous sommes situés à Villers-Bocage, au cœur de la magnifique Normandie."
|
||||
buttons={[
|
||||
{
|
||||
text: "Appeler L'Apostrophe: 02 31 77 00 47",
|
||||
href: "tel:+33231770047",
|
||||
},
|
||||
text: "Appeler L'Apostrophe: 02 31 77 00 47", href: "tel:+33231770047"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user