Update src/app/vins/page.tsx
This commit is contained in:
@@ -24,7 +24,7 @@ export default function WinesPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -42,7 +42,7 @@ export default function WinesPage() {
|
||||
<HeroBillboard
|
||||
title="Nos Vins Régionaux & Sélections"
|
||||
description="Découvrez notre cave aux 150+ références. Vins du Gard, Côtes du Rhône et grands crus français sélectionnés avec passion."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Terroir"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -50,7 +50,7 @@ export default function WinesPage() {
|
||||
{ text: "Retour", href: "/" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-customer-holding-bottle-red-wine-close-up_169016-38810.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-customer-holding-bottle-red-wine-close-up_169016-38810.jpg"
|
||||
imageAlt="Sélection de vins"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -61,15 +61,7 @@ export default function WinesPage() {
|
||||
title="Nos Sélections de Vins"
|
||||
description="Des vins régionaux et français choisis pour accompagner chaque moment gastronomique"
|
||||
names={[
|
||||
"Côtes du Rhône Classique",
|
||||
"Châteauneuf-du-Pape",
|
||||
"Vins Blancs du Gard",
|
||||
"Rosés de Provence",
|
||||
"Crus du Languedoc",
|
||||
"Vins Rouges Puissants",
|
||||
"Vins Doux Naturels",
|
||||
"Champagne & Crémants",
|
||||
]}
|
||||
"Côtes du Rhône Classique", "Châteauneuf-du-Pape", "Vins Blancs du Gard", "Rosés de Provence", "Crus du Languedoc", "Vins Rouges Puissants", "Vins Doux Naturels", "Champagne & Crémants"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -79,14 +71,13 @@ export default function WinesPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg?_wi=3"
|
||||
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" },
|
||||
@@ -94,8 +85,7 @@ export default function WinesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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" },
|
||||
@@ -103,8 +93,7 @@ export default function WinesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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