Update src/app/groupes-traiteur/page.tsx
This commit is contained in:
@@ -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: "#" },
|
||||
|
||||
Reference in New Issue
Block a user