Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-04-07 18:50:20 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
]}
enableKpiAnimation={false}
buttons={[{ text: "Réserver une Table", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg?_wi=1"
mediaAnimation="slide-up"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg", alt: "Client 1" },
@@ -76,9 +76,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "1", name: "Foie gras poêlé", price: "48€", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg" },
{ id: "2", name: "Filet de bœuf au jus", price: "62€", imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg" },
{ id: "3", name: "Soufflé au chocolat", price: "24€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-with-tomatoes-parsley-white-table_1253-953.jpg" },
{ id: "1", name: "Foie gras poêlé", price: "48€", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg?_wi=1" },
{ id: "2", name: "Filet de bœuf au jus", price: "62€", imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg?_wi=1" },
{ id: "3", name: "Soufflé au chocolat", price: "24€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-with-tomatoes-parsley-white-table_1253-953.jpg?_wi=1" },
]}
title="Plats Signature"
description="Une sélection minutieuse de nos créations les plus emblématiques."
@@ -93,11 +93,11 @@ export default function LandingPage() {
title="La Voix de nos Convives"
description="Ce qu'ils pensent de l'expérience Maison Aurèle."
testimonials={[
{ id: "1", name: "Pierre D.", role: "Critique", testimonial: "Une perfection technique rare.", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg" },
{ id: "2", name: "Marie L.", role: "Habituée", testimonial: "La meilleure table de Paris.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg" },
{ id: "3", name: "Jean B.", role: "Gourmet", testimonial: "Une soirée inoubliable.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-with-tomatoes-parsley-white-table_1253-953.jpg" },
{ id: "4", name: "Sophie C.", role: "Voyageuse", testimonial: "Un cadre sublime.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg" },
{ id: "5", name: "Luc V.", role: "Chef", testimonial: "Une maîtrise incroyable.", imageSrc: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg" },
{ id: "1", name: "Pierre D.", role: "Critique", testimonial: "Une perfection technique rare.", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg?_wi=2" },
{ id: "2", name: "Marie L.", role: "Habituée", testimonial: "La meilleure table de Paris.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg?_wi=2" },
{ id: "3", name: "Jean B.", role: "Gourmet", testimonial: "Une soirée inoubliable.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-with-tomatoes-parsley-white-table_1253-953.jpg?_wi=2" },
{ id: "4", name: "Sophie C.", role: "Voyageuse", testimonial: "Un cadre sublime.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-setting-gey-surface-with-empty-black-plates-silver-spoon-fork-knife_140725-12953.jpg?_wi=2" },
{ id: "5", name: "Luc V.", role: "Chef", testimonial: "Une maîtrise incroyable.", imageSrc: "http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg?_wi=1" },
]}
/>
</div>
@@ -126,7 +126,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
title="Réservez votre table"
description="Pour toute demande de réservation ou événement privé, veuillez nous contacter."
imageSrc="http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg"
imageSrc="http://img.b2bpic.net/free-photo/antique-ceiling-lamp_1203-804.jpg?_wi=2"
mediaAnimation="slide-up"
tag="Réservations"
buttonText="Envoyer"