Merge version_1 into main #2
@@ -24,7 +24,7 @@ export default function MenuPage() {
|
||||
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 MenuPage() {
|
||||
<HeroBillboard
|
||||
title="La Carte Hiver 2026"
|
||||
description="Découvrez notre sélection de plats gastronomiques inspirés par les produits de saison et la cuisine méditerranéenne."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Nouvelle Carte"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -50,7 +50,7 @@ export default function MenuPage() {
|
||||
{ text: "Retour", href: "/" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/harvest-fresh-vegetable-baskets-presented-outdoor-market-sale_346278-729.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/harvest-fresh-vegetable-baskets-presented-outdoor-market-sale_346278-729.jpg"
|
||||
imageAlt="Ingrédients frais saison"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -62,29 +62,11 @@ export default function MenuPage() {
|
||||
description="Une sélection de mets élaborés par nos chefs autour des meilleurs produits du terroir"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Entrées Élégantes",
|
||||
description: "Tartare de thon rouge, œuf de caille et caviar. Foie gras poêlé sur lit de mesclun et truffe noire.",
|
||||
tag: "Entrée",
|
||||
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=2",
|
||||
imageAlt: "Entrées gastronomiques",
|
||||
},
|
||||
id: "1", title: "Entrées Élégantes", description: "Tartare de thon rouge, œuf de caille et caviar. Foie gras poêlé sur lit de mesclun et truffe noire.", tag: "Entrée", 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: "Entrées gastronomiques"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Plats Principaux",
|
||||
description: "Homard rôti sauce safran et anis. Filet de bœuf sauvage aux champignons de saison et réduction de vin régional.",
|
||||
tag: "Plat",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-customer-holding-bottle-red-wine-close-up_169016-38810.jpg?_wi=2",
|
||||
imageAlt: "Plats principaux",
|
||||
},
|
||||
id: "2", title: "Plats Principaux", description: "Homard rôti sauce safran et anis. Filet de bœuf sauvage aux champignons de saison et réduction de vin régional.", tag: "Plat", imageSrc: "http://img.b2bpic.net/free-photo/male-customer-holding-bottle-red-wine-close-up_169016-38810.jpg", imageAlt: "Plats principaux"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Finalités Sucrées",
|
||||
description: "Fondant au chocolat noir 70%, crème brûlée à la vanille de Tahiti, soufflé au Grand Marnier.",
|
||||
tag: "Dessert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-caramel-cake-with-strawberry-cream_114579-17879.jpg?_wi=2",
|
||||
imageAlt: "Desserts maison",
|
||||
},
|
||||
id: "3", title: "Finalités Sucrées", description: "Fondant au chocolat noir 70%, crème brûlée à la vanille de Tahiti, soufflé au Grand Marnier.", tag: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-caramel-cake-with-strawberry-cream_114579-17879.jpg", imageAlt: "Desserts maison"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -94,14 +76,13 @@ export default function MenuPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg?_wi=2"
|
||||
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" },
|
||||
@@ -109,8 +90,7 @@ export default function MenuPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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" },
|
||||
@@ -118,8 +98,7 @@ export default function MenuPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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: "#" },
|
||||
|
||||
@@ -25,7 +25,7 @@ export default function ContactPage() {
|
||||
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 ContactPage() {
|
||||
<HeroBillboard
|
||||
title="Nous Contacter"
|
||||
description="Le Resto, au cœur de Nîmes. Appelez-nous ou consultez nos horaires d'ouverture pour réserver votre table."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Contact"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -51,7 +51,7 @@ export default function ContactPage() {
|
||||
{ text: "Retour", href: "/" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg?_wi=7"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg"
|
||||
imageAlt="Restaurant Le Resto"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -65,35 +65,20 @@ export default function ContactPage() {
|
||||
ctaIcon={Phone}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Quels sont les horaires d'ouverture?",
|
||||
content:
|
||||
"Nous sommes ouverts le midi du lundi au vendredi de 12h à 14h. Pour les événements spéciaux et les groupes, contactez-nous directement au 04 66 21 80 12.",
|
||||
},
|
||||
id: "1", title: "Quels sont les horaires d'ouverture?", content:
|
||||
"Nous sommes ouverts le midi du lundi au vendredi de 12h à 14h. Pour les événements spéciaux et les groupes, contactez-nous directement au 04 66 21 80 12."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Comment réserver une table?",
|
||||
content:
|
||||
"Vous pouvez réserver par téléphone au 04 66 21 80 12 ou nous envoyer un email. Nous recommandons les réservations au moins 48 heures à l'avance.",
|
||||
},
|
||||
id: "2", title: "Comment réserver une table?", content:
|
||||
"Vous pouvez réserver par téléphone au 04 66 21 80 12 ou nous envoyer un email. Nous recommandons les réservations au moins 48 heures à l'avance."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Où est situé Le Resto?",
|
||||
content:
|
||||
"Le Resto est situé en plein centre-ville de Nîmes, à l'adresse: 6 rue Saint-Thomas, 30000 Nîmes. Parking gratuit à proximité.",
|
||||
},
|
||||
id: "3", title: "Où est situé Le Resto?", content:
|
||||
"Le Resto est situé en plein centre-ville de Nîmes, à l'adresse: 6 rue Saint-Thomas, 30000 Nîmes. Parking gratuit à proximité."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Acceptez-vous les groupes?",
|
||||
content:
|
||||
"Oui, nous accueillons les groupes. Nous proposons des menus adaptés et des services de traiteur. Contactez-nous pour discuter de vos besoins spécifiques.",
|
||||
},
|
||||
id: "4", title: "Acceptez-vous les groupes?", content:
|
||||
"Oui, nous accueillons les groupes. Nous proposons des menus adaptés et des services de traiteur. Contactez-nous pour discuter de vos besoins spécifiques."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Avez-vous un parking?",
|
||||
content:
|
||||
"Le restaurant dispose d'accès facile au parking en centre-ville. Plusieurs parkings gratuits et payants sont à proximité immédiate.",
|
||||
},
|
||||
id: "5", title: "Avez-vous un parking?", content:
|
||||
"Le restaurant dispose d'accès facile au parking en centre-ville. Plusieurs parkings gratuits et payants sont à proximité immédiate."},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -102,14 +87,13 @@ export default function ContactPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg?_wi=8"
|
||||
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" },
|
||||
@@ -117,8 +101,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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" },
|
||||
@@ -126,8 +109,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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: "#" },
|
||||
|
||||
@@ -24,7 +24,7 @@ export default function EventsPage() {
|
||||
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 EventsPage() {
|
||||
<HeroBillboard
|
||||
title="Événements & Festivités"
|
||||
description="Le Resto vous accueille pour des moments inoubliables. Découvrez nos menus spéciaux et nos ambiances festives."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="À Venir"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -50,7 +50,7 @@ export default function EventsPage() {
|
||||
{ text: "Retour", href: "/" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072591.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072591.jpg"
|
||||
imageAlt="Menu festif"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -62,41 +62,14 @@ export default function EventsPage() {
|
||||
description="Une sélection d'événements gastronomiques à ne pas manquer"
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Féria",
|
||||
title: "Menu Féria des Vendanges 2025",
|
||||
excerpt:
|
||||
"Ambiance méditerranéenne festive avec paëlla valenciana, sangria maison et ambiance chaude. Réservation obligatoire.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072591.jpg?_wi=3",
|
||||
imageAlt: "paella valencia sangria fête",
|
||||
authorName: "Chef du Resto",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg",
|
||||
date: "15-24 février 2025",
|
||||
},
|
||||
id: "1", category: "Féria", title: "Menu Féria des Vendanges 2025", excerpt:
|
||||
"Ambiance méditerranéenne festive avec paëlla valenciana, sangria maison et ambiance chaude. Réservation obligatoire.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072591.jpg", imageAlt: "paella valencia sangria fête", authorName: "Chef du Resto", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg", date: "15-24 février 2025"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Menu Dégustation",
|
||||
title: "Soirées Menu Découverte",
|
||||
excerpt:
|
||||
"Menu dégustation de 7 plats accompagné de vins régionaux sélectionnés. Une expérience culinaire d'exception.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-young-woman-buying-organic-bio-products_482257-77601.jpg?_wi=2",
|
||||
imageAlt: "producteurs marché local agriculture",
|
||||
authorName: "Le Resto Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-diverse-friends-table_23-2148212389.jpg",
|
||||
date: "Tous les jeudis",
|
||||
},
|
||||
id: "2", category: "Menu Dégustation", title: "Soirées Menu Découverte", excerpt:
|
||||
"Menu dégustation de 7 plats accompagné de vins régionaux sélectionnés. Une expérience culinaire d'exception.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-young-woman-buying-organic-bio-products_482257-77601.jpg", imageAlt: "producteurs marché local agriculture", authorName: "Le Resto Team", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-diverse-friends-table_23-2148212389.jpg", date: "Tous les jeudis"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Menu Spécial",
|
||||
title: "Brunch Gourmand du Dimanche",
|
||||
excerpt:
|
||||
"Brunch raffiné avec mets sucrés et salés. Ambiance décontractée et produits frais maison.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-muffin-wooden-cutting-board_140725-10234.jpg?_wi=2",
|
||||
imageAlt: "pâtisserie fondant chocolat dessert",
|
||||
authorName: "Équipe Pâtisserie",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/professional-smiling-confectioner-wrapping-box-with-cookies_1163-2864.jpg",
|
||||
date: "Dimanche 10h-14h",
|
||||
},
|
||||
id: "3", category: "Menu Spécial", title: "Brunch Gourmand du Dimanche", excerpt:
|
||||
"Brunch raffiné avec mets sucrés et salés. Ambiance décontractée et produits frais maison.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-muffin-wooden-cutting-board_140725-10234.jpg", imageAlt: "pâtisserie fondant chocolat dessert", authorName: "Équipe Pâtisserie", authorAvatar: "http://img.b2bpic.net/free-photo/professional-smiling-confectioner-wrapping-box-with-cookies_1163-2864.jpg", date: "Dimanche 10h-14h"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -106,14 +79,13 @@ export default function EventsPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg?_wi=5"
|
||||
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" },
|
||||
@@ -121,8 +93,7 @@ export default function EventsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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" },
|
||||
@@ -130,8 +101,7 @@ export default function EventsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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: "#" },
|
||||
|
||||
@@ -24,7 +24,7 @@ export default function GroupsPage() {
|
||||
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 GroupsPage() {
|
||||
<HeroBillboard
|
||||
title="Groupes & Services de Traiteur"
|
||||
description="Nous accueillons groupes et événements d'entreprise. Services de traiteur sur mesure pour tous vos repas d'affaires."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Évènements Privés"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
@@ -62,29 +62,11 @@ export default function GroupsPage() {
|
||||
description="Des solutions adaptées pour tous vos besoins en matière de repas collectifs"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Repas d'Affaires",
|
||||
description: "Menus composés et personnalisés pour vos repas professionnels et séminaires d'entreprise.",
|
||||
tag: "Entreprise",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg?_wi=2",
|
||||
imageAlt: "Repas d'affaires",
|
||||
},
|
||||
id: "1", title: "Repas d'Affaires", description: "Menus composés et personnalisés pour vos repas professionnels et séminaires d'entreprise.", tag: "Entreprise", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "Repas d'affaires"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Celebrations & Mariages",
|
||||
description: "Ambiance festive et gastronomique pour vos mariages et événements spéciaux. Accueil jusqu'à 40 personnes.",
|
||||
tag: "Événement",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/harvest-fresh-vegetable-baskets-presented-outdoor-market-sale_346278-729.jpg?_wi=3",
|
||||
imageAlt: "Célébration événement",
|
||||
},
|
||||
id: "2", title: "Celebrations & Mariages", description: "Ambiance festive et gastronomique pour vos mariages et événements spéciaux. Accueil jusqu'à 40 personnes.", tag: "Événement", imageSrc: "http://img.b2bpic.net/free-photo/harvest-fresh-vegetable-baskets-presented-outdoor-market-sale_346278-729.jpg", imageAlt: "Célébration événement"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Service Traiteur",
|
||||
description: "Préparation et livraison de plats gastronomiques pour événements à domicile ou en salle.",
|
||||
tag: "Traiteur",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-caramel-cake-with-strawberry-cream_114579-17879.jpg?_wi=3",
|
||||
imageAlt: "Service traiteur",
|
||||
},
|
||||
id: "3", title: "Service Traiteur", description: "Préparation et livraison de plats gastronomiques pour événements à domicile ou en salle.", tag: "Traiteur", imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-caramel-cake-with-strawberry-cream_114579-17879.jpg", imageAlt: "Service traiteur"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -94,14 +76,13 @@ export default function GroupsPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg?_wi=6"
|
||||
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" },
|
||||
@@ -109,8 +90,7 @@ export default function GroupsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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" },
|
||||
@@ -118,8 +98,7 @@ export default function GroupsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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: "#" },
|
||||
|
||||
203
src/app/page.tsx
203
src/app/page.tsx
@@ -41,7 +41,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -59,7 +59,7 @@ export default function HomePage() {
|
||||
<HeroBillboard
|
||||
title="Une cuisine de saison, sincère et raffinée au cœur de Nîmes"
|
||||
description="Bienvenue au Resto, où chaque assiette raconte une histoire de saveurs authentiques et de produits régionaux sélectionnés avec passion."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Cuisine de Saison"
|
||||
tagIcon={Leaf}
|
||||
tagAnimation="slide-up"
|
||||
@@ -80,37 +80,13 @@ export default function HomePage() {
|
||||
description="Découvrez les piliers de notre cuisine gastronomique"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Cuisine de Saison",
|
||||
description: "Nos chefs sélectionnent chaque jour les meilleurs produits auprès des producteurs locaux.",
|
||||
tag: "Fraîcheur",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/harvest-fresh-vegetable-baskets-presented-outdoor-market-sale_346278-729.jpg?_wi=1",
|
||||
imageAlt: "Marché produits saison légumes",
|
||||
},
|
||||
id: "1", title: "Cuisine de Saison", description: "Nos chefs sélectionnent chaque jour les meilleurs produits auprès des producteurs locaux.", tag: "Fraîcheur", imageSrc: "http://img.b2bpic.net/free-photo/harvest-fresh-vegetable-baskets-presented-outdoor-market-sale_346278-729.jpg", imageAlt: "Marché produits saison légumes"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Produits Frais",
|
||||
description: "Provenance locale et régionale pour garantir qualité et saveur authentique.",
|
||||
tag: "Qualité",
|
||||
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=1",
|
||||
imageAlt: "Ingrédients frais produits cuisine",
|
||||
},
|
||||
id: "2", title: "Produits Frais", description: "Provenance locale et régionale pour garantir qualité et saveur authentique.", tag: "Qualité", 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: "Ingrédients frais produits cuisine"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Desserts Faits Maison",
|
||||
description: "Créations pâtissières élaborées quotidiennement par nos artisans pâtissiers.",
|
||||
tag: "Gourmandise",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-caramel-cake-with-strawberry-cream_114579-17879.jpg?_wi=1",
|
||||
imageAlt: "Desserts pâtisserie gâteau sucré",
|
||||
},
|
||||
id: "3", title: "Desserts Faits Maison", description: "Créations pâtissières élaborées quotidiennement par nos artisans pâtissiers.", tag: "Gourmandise", imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-caramel-cake-with-strawberry-cream_114579-17879.jpg", imageAlt: "Desserts pâtisserie gâteau sucré"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Vins Régionaux",
|
||||
description: "Sélection de crus locaux et régionaux pour accompagner votre repas.",
|
||||
tag: "Terroir",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-customer-holding-bottle-red-wine-close-up_169016-38810.jpg?_wi=1",
|
||||
imageAlt: "Vin bouteille cave dégustation",
|
||||
},
|
||||
id: "4", title: "Vins Régionaux", description: "Sélection de crus locaux et régionaux pour accompagner votre repas.", tag: "Terroir", imageSrc: "http://img.b2bpic.net/free-photo/male-customer-holding-bottle-red-wine-close-up_169016-38810.jpg", imageAlt: "Vin bouteille cave dégustation"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -137,15 +113,7 @@ export default function HomePage() {
|
||||
title="Reconnaissances et Distinctions"
|
||||
description="Le Resto, célébré par les plus grands guides gastronomiques"
|
||||
names={[
|
||||
"Guide MICHELIN",
|
||||
"Petit Futé",
|
||||
"Bottin Gourmand",
|
||||
"Gard Gourmand",
|
||||
"Label Qualité Sud de France",
|
||||
"Label Qualité Tourisme",
|
||||
"Militant du Goût",
|
||||
"Palmarès 2021",
|
||||
]}
|
||||
"Guide MICHELIN", "Petit Futé", "Bottin Gourmand", "Gard Gourmand", "Label Qualité Sud de France", "Label Qualité Tourisme", "Militant du Goût", "Palmarès 2021"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -159,65 +127,29 @@ export default function HomePage() {
|
||||
description="Découvrez l'expérience gastronomique selon ceux qui l'ont vécue"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marie Dubois",
|
||||
handle: "@mariedubois",
|
||||
testimonial:
|
||||
"Une soirée inoubliable au Resto. La cuisine est exquise, le service attentif et l'ambiance chaleureuse. Nous reviendrions sans hésiter.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg",
|
||||
imageAlt: "femme portrait client professionnel",
|
||||
},
|
||||
id: "1", name: "Marie Dubois", handle: "@mariedubois", testimonial:
|
||||
"Une soirée inoubliable au Resto. La cuisine est exquise, le service attentif et l'ambiance chaleureuse. Nous reviendrions sans hésiter.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "femme portrait client professionnel"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jean-Pierre Moreau",
|
||||
handle: "@jpmoreaunim",
|
||||
testimonial:
|
||||
"Les produits frais, la créativité du chef, et cette passion pour le métier... tout est réuni pour un moment gastronomique de qualité.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg",
|
||||
imageAlt: "homme portrait client professionnel",
|
||||
},
|
||||
id: "2", name: "Jean-Pierre Moreau", handle: "@jpmoreaunim", testimonial:
|
||||
"Les produits frais, la créativité du chef, et cette passion pour le métier... tout est réuni pour un moment gastronomique de qualité.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "homme portrait client professionnel"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophie Leclerc",
|
||||
handle: "@sophieleclerc",
|
||||
testimonial:
|
||||
"Le meilleur restaurant de Nîmes sans doute. Les desserts faits maison sont à eux seuls une raison de revenir.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
|
||||
imageAlt: "femme sourire portrait client",
|
||||
},
|
||||
id: "3", name: "Sophie Leclerc", handle: "@sophieleclerc", testimonial:
|
||||
"Le meilleur restaurant de Nîmes sans doute. Les desserts faits maison sont à eux seuls une raison de revenir.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "femme sourire portrait client"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Laurent Bernard",
|
||||
handle: "@lbernard",
|
||||
testimonial:
|
||||
"Cuisine de saison, vins régionaux sélectionnés avec soin, et un service impeccable. Le Resto mérite sa réputation.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg?_wi=1",
|
||||
imageAlt: "homme affaires portrait professionnel",
|
||||
},
|
||||
id: "4", name: "Laurent Bernard", handle: "@lbernard", testimonial:
|
||||
"Cuisine de saison, vins régionaux sélectionnés avec soin, et un service impeccable. Le Resto mérite sa réputation.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "homme affaires portrait professionnel"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Isabelle Rousseau",
|
||||
handle: "@isabelle_r",
|
||||
testimonial:
|
||||
"Une table d'exception dans le cœur de Nîmes. Chaque plat est une œuvre d'art culinaire.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-studio-shot-attractive-pretty-woman-with-light-brown-hair-wearing-black-jacket-with-red-lips_291650-1321.jpg",
|
||||
imageAlt: "femme élégante portrait client",
|
||||
},
|
||||
id: "5", name: "Isabelle Rousseau", handle: "@isabelle_r", testimonial:
|
||||
"Une table d'exception dans le cœur de Nîmes. Chaque plat est une œuvre d'art culinaire.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-studio-shot-attractive-pretty-woman-with-light-brown-hair-wearing-black-jacket-with-red-lips_291650-1321.jpg", imageAlt: "femme élégante portrait client"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Michel Fontaine",
|
||||
handle: "@mfontaine",
|
||||
testimonial:
|
||||
"Repas d'affaires réussi grâce à l'excellence du Resto. Accueil chaleureux et cuisine raffinée.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
||||
imageAlt: "homme businessman portrait client",
|
||||
},
|
||||
id: "6", name: "Michel Fontaine", handle: "@mfontaine", testimonial:
|
||||
"Repas d'affaires réussi grâce à l'excellence du Resto. Accueil chaleureux et cuisine raffinée.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "homme businessman portrait client"},
|
||||
]}
|
||||
showRating={true}
|
||||
textboxLayout="default"
|
||||
@@ -232,41 +164,14 @@ export default function HomePage() {
|
||||
description="Suivez notre sélection d'événements et nos dernières créations culinaires"
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Menu Spécial",
|
||||
title: "Menu Féria des Vendanges 2025",
|
||||
excerpt:
|
||||
"Découvrez notre menu festif avec paëlla valenciana et ambiance méditerranéenne. Sangria maison et desserts spéciaux.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072591.jpg?_wi=1",
|
||||
imageAlt: "paella valencia sangria fête",
|
||||
authorName: "Chef du Resto",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg",
|
||||
date: "15 janvier 2025",
|
||||
},
|
||||
id: "1", category: "Menu Spécial", title: "Menu Féria des Vendanges 2025", excerpt:
|
||||
"Découvrez notre menu festif avec paëlla valenciana et ambiance méditerranéenne. Sangria maison et desserts spéciaux.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072591.jpg", imageAlt: "paella valencia sangria fête", authorName: "Chef du Resto", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-pensive-old-man-chef-dressed-uniform-posing-against-dark-background_613910-17582.jpg", date: "15 janvier 2025"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Partenariat",
|
||||
title: "Collaboration avec les Producteurs Locaux",
|
||||
excerpt:
|
||||
"Nous rencontrons les producteurs du Gard pour sélectionner les meilleurs produits de saison.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-young-woman-buying-organic-bio-products_482257-77601.jpg?_wi=1",
|
||||
imageAlt: "producteurs marché local agriculture",
|
||||
authorName: "Le Resto Team",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-diverse-friends-table_23-2148212389.jpg",
|
||||
date: "8 janvier 2025",
|
||||
},
|
||||
id: "2", category: "Partenariat", title: "Collaboration avec les Producteurs Locaux", excerpt:
|
||||
"Nous rencontrons les producteurs du Gard pour sélectionner les meilleurs produits de saison.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-young-woman-buying-organic-bio-products_482257-77601.jpg", imageAlt: "producteurs marché local agriculture", authorName: "Le Resto Team", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-diverse-friends-table_23-2148212389.jpg", date: "8 janvier 2025"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Cuisine",
|
||||
title: "Secrets de Nos Desserts Faits Maison",
|
||||
excerpt:
|
||||
"Plongez dans l'univers pâtissier du Resto avec l'histoire de nos créations sucrées signature.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-muffin-wooden-cutting-board_140725-10234.jpg?_wi=1",
|
||||
imageAlt: "pâtisserie fondant chocolat dessert",
|
||||
authorName: "Pâtissier du Resto",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/professional-smiling-confectioner-wrapping-box-with-cookies_1163-2864.jpg",
|
||||
date: "1er janvier 2025",
|
||||
},
|
||||
id: "3", category: "Cuisine", title: "Secrets de Nos Desserts Faits Maison", excerpt:
|
||||
"Plongez dans l'univers pâtissier du Resto avec l'histoire de nos créations sucrées signature.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chocolate-muffin-wooden-cutting-board_140725-10234.jpg", imageAlt: "pâtisserie fondant chocolat dessert", authorName: "Pâtissier du Resto", authorAvatar: "http://img.b2bpic.net/free-photo/professional-smiling-confectioner-wrapping-box-with-cookies_1163-2864.jpg", date: "1er janvier 2025"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -282,35 +187,20 @@ export default function HomePage() {
|
||||
ctaIcon={Phone}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Quels sont les horaires d'ouverture?",
|
||||
content:
|
||||
"Nous sommes ouverts le midi du lundi au vendredi de 12h à 14h. Pour les événements spéciaux et les groupes, contactez-nous directement.",
|
||||
},
|
||||
id: "1", title: "Quels sont les horaires d'ouverture?", content:
|
||||
"Nous sommes ouverts le midi du lundi au vendredi de 12h à 14h. Pour les événements spéciaux et les groupes, contactez-nous directement."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Proposez-vous des réservations de groupes?",
|
||||
content:
|
||||
"Oui, nous accueillons les groupes de jusqu'à 14 personnes. Nous proposons également des services de traiteur sur commande. Contactez-nous pour discuter de vos besoins spécifiques.",
|
||||
},
|
||||
id: "2", title: "Proposez-vous des réservations de groupes?", content:
|
||||
"Oui, nous accueillons les groupes de jusqu'à 14 personnes. Nous proposons également des services de traiteur sur commande. Contactez-nous pour discuter de vos besoins spécifiques."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Avez-vous une sélection de vins?",
|
||||
content:
|
||||
"Notre cave propose plus de 150 références de vins régionaux et français, sélectionnés avec soin pour accompagner nos plats.",
|
||||
},
|
||||
id: "3", title: "Avez-vous une sélection de vins?", content:
|
||||
"Notre cave propose plus de 150 références de vins régionaux et français, sélectionnés avec soin pour accompagner nos plats."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Les desserts sont-ils vraiment faits maison?",
|
||||
content:
|
||||
"Absolument! Tous nos desserts sont élaborés quotidiennement par nos pâtissiers. Fondant au chocolat, financier aux amandes, et bien d'autres délices vous attendent.",
|
||||
},
|
||||
id: "4", title: "Les desserts sont-ils vraiment faits maison?", content:
|
||||
"Absolument! Tous nos desserts sont élaborés quotidiennement par nos pâtissiers. Fondant au chocolat, financier aux amandes, et bien d'autres délices vous attendent."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Organisez-vous des événements privés?",
|
||||
content:
|
||||
"Oui, nous organisons des événements privés (repas d'affaires, mariages, anniversaires) et proposons des services de traiteur. Consultez notre page Groupes & Traiteur.",
|
||||
},
|
||||
id: "5", title: "Organisez-vous des événements privés?", content:
|
||||
"Oui, nous organisons des événements privés (repas d'affaires, mariages, anniversaires) et proposons des services de traiteur. Consultez notre page Groupes & Traiteur."},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -319,14 +209,13 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-interior_1127-3392.jpg?_wi=1"
|
||||
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" },
|
||||
@@ -334,8 +223,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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" },
|
||||
@@ -343,8 +231,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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: "#" },
|
||||
|
||||
@@ -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: "#" },
|
||||
|
||||
@@ -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