Update src/app/references/page.tsx
This commit is contained in:
@@ -25,7 +25,7 @@ export default function ReferencesPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -43,7 +43,7 @@ export default function ReferencesPage() {
|
||||
<HeroBillboard
|
||||
title="Nos Références & Distinctions"
|
||||
description="Le Resto est reconnu par les plus grands guides gastronomiques pour son excellence culinaire et son service raffiné."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Reconnaissances"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -51,7 +51,7 @@ export default function ReferencesPage() {
|
||||
{ text: "Retour", href: "/" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-sliced-whole-vegetables-such-as-onions-green-bell-peppers-tomatoes-brown-wooden-desk-grey-floor_140725-13741.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-sliced-whole-vegetables-such-as-onions-green-bell-peppers-tomatoes-brown-wooden-desk-grey-floor_140725-13741.jpg"
|
||||
imageAlt="Cuisine d'excellence"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -73,14 +73,13 @@ export default function ReferencesPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg"
|
||||
imageAlt="Ambiance du restaurant Le Resto"
|
||||
logoText="Le Resto"
|
||||
copyrightText="© 2025 Le Resto - Tous droits réservés"
|
||||
columns={[
|
||||
{
|
||||
title: "Restaurant",
|
||||
items: [
|
||||
title: "Restaurant", items: [
|
||||
{ label: "Accueil", href: "/" },
|
||||
{ label: "La Carte", href: "/carte" },
|
||||
{ label: "Les Vins", href: "/vins" },
|
||||
@@ -88,8 +87,7 @@ export default function ReferencesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Découvrir",
|
||||
items: [
|
||||
title: "Découvrir", items: [
|
||||
{ label: "Nos Références", href: "/references" },
|
||||
{ label: "Événements", href: "/evenements" },
|
||||
{ label: "Groupes & Traiteur", href: "/groupes-traiteur" },
|
||||
@@ -97,8 +95,7 @@ export default function ReferencesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Adresse: 6 rue Saint-Thomas, 30000 Nîmes", href: "#" },
|
||||
{ label: "Téléphone: 04 66 21 80 12", href: "tel:0466218012" },
|
||||
{ label: "Mentions légales", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user