Update src/app/contact/page.tsx
This commit is contained in:
@@ -32,7 +32,7 @@ export default function ContactPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="large"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -43,9 +43,7 @@ export default function ContactPage() {
|
||||
brandName="La Rive Gauche"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Réserver",
|
||||
href: "/reserve",
|
||||
}}
|
||||
text: "Réserver", href: "/reserve"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -53,12 +51,10 @@ export default function ContactPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="Nous contacter"
|
||||
description="Des questions ? Besoin d'informations ? Contactez-nous, nous sommes toujours ravis de vous aider."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Voir nos coordonnées",
|
||||
href: "#contact-info",
|
||||
},
|
||||
text: "Voir nos coordonnées", href: "#contact-info"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
@@ -77,24 +73,16 @@ export default function ContactPage() {
|
||||
features={[
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Adresse",
|
||||
description: "37 Cours de la République\n11100 Narbonne, France\nFace à la Promenade des Barques",
|
||||
},
|
||||
title: "Adresse", description: "37 Cours de la République\n11100 Narbonne, France\nFace à la Promenade des Barques"},
|
||||
{
|
||||
icon: Phone,
|
||||
title: "Téléphone",
|
||||
description: "04 68 32 36 62\n\nAppelez-nous pour réserver ou pour toute question. Nous sommes disponibles tous les jours.",
|
||||
},
|
||||
title: "Téléphone", description: "04 68 32 36 62\n\nAppelez-nous pour réserver ou pour toute question. Nous sommes disponibles tous les jours."},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Horaires",
|
||||
description: "Lundi - Dimanche\nOuverture : 18h\nFermeture : 02h\n\nLibre les jours fériés",
|
||||
},
|
||||
title: "Horaires", description: "Lundi - Dimanche\nOuverture : 18h\nFermeture : 02h\n\nLibre les jours fériés"},
|
||||
{
|
||||
icon: Instagram,
|
||||
title: "Réseaux sociaux",
|
||||
description: "Suivez-nous sur Instagram et Facebook pour les actualités, photos et événements spéciaux à La Rive Gauche.",
|
||||
},
|
||||
title: "Réseaux sociaux", description: "Suivez-nous sur Instagram et Facebook pour les actualités, photos et événements spéciaux à La Rive Gauche."},
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
@@ -114,58 +102,35 @@ export default function ContactPage() {
|
||||
copyrightText="© 2025 La Rive Gauche | Tous droits réservés"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Accueil",
|
||||
href: "/",
|
||||
},
|
||||
label: "Accueil", href: "/"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Menu", href: "/menu"},
|
||||
{
|
||||
label: "Ambiance",
|
||||
href: "/ambiance",
|
||||
},
|
||||
label: "Ambiance", href: "/ambiance"},
|
||||
{
|
||||
label: "Réserver",
|
||||
href: "/reserve",
|
||||
},
|
||||
label: "Réserver", href: "/reserve"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "04 68 32 36 62",
|
||||
href: "tel:+33468323662",
|
||||
},
|
||||
label: "04 68 32 36 62", href: "tel:+33468323662"},
|
||||
{
|
||||
label: "contact@larivegauche.fr",
|
||||
href: "mailto:contact@larivegauche.fr",
|
||||
},
|
||||
label: "contact@larivegauche.fr", href: "mailto:contact@larivegauche.fr"},
|
||||
{
|
||||
label: "Localisation",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
label: "Localisation", href: "https://maps.google.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Légal",
|
||||
items: [
|
||||
title: "Légal", items: [
|
||||
{
|
||||
label: "Mentions légales",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mentions légales", href: "#"},
|
||||
{
|
||||
label: "Politique de confidentialité",
|
||||
href: "#",
|
||||
},
|
||||
label: "Politique de confidentialité", href: "#"},
|
||||
{
|
||||
label: "Conditions d'utilisation",
|
||||
href: "#",
|
||||
},
|
||||
label: "Conditions d'utilisation", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user