Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 11:27:16 +00:00
2 changed files with 1375 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -50,9 +50,9 @@ export default function LandingPage() {
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/barrels-contemporary-winery_1398-4738.jpg", imageAlt: "Cellar traditionnel de la Cave de Lyon" },
{ imageSrc: "http://img.b2bpic.net/free-photo/large-old-metal-milk-cans-beautiful-setting-sun_169016-10591.jpg", imageAlt: "Collection de tonneaux vieillis" },
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-red-wine-lemon_23-2148401065.jpg", imageAlt: "Collection de bouteilles prestigieuses" },
{ imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-peaceful-field-with-house-clear-blue-sky-switzerland_181624-9694.jpg", imageAlt: "Vignobles de la région Rhône" },
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-loving-couple-toasting-with-wine_23-2148025331.jpg", imageAlt: "Salle de dégustation élégante" }
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-red-wine-lemon_23-2148401065.jpg?_wi=1", imageAlt: "Collection de bouteilles prestigieuses" },
{ imageSrc: "http://img.b2bpic.net/free-photo/wide-shot-peaceful-field-with-house-clear-blue-sky-switzerland_181624-9694.jpg?_wi=1", imageAlt: "Vignobles de la région Rhône" },
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-loving-couple-toasting-with-wine_23-2148025331.jpg?_wi=1", imageAlt: "Salle de dégustation élégante" }
]}
buttons={[
{ text: "Découvrir Notre Collection", href: "selection" },
@@ -68,7 +68,7 @@ export default function LandingPage() {
description="Fondée par la famille Rousseau"
subdescription="Cave de Lyon - Lyon, France"
icon={Wine}
imageSrc="http://img.b2bpic.net/free-photo/crop-loving-couple-toasting-with-wine_23-2148025331.jpg"
imageSrc="http://img.b2bpic.net/free-photo/crop-loving-couple-toasting-with-wine_23-2148025331.jpg?_wi=2"
imageAlt="Intérieur historique de la cave"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -80,7 +80,7 @@ export default function LandingPage() {
title="Nos Valeurs Fondamentales"
description="La Cave de Lyon s'engage à perpétuer les traditions vinicoles tout en respectant les plus hauts standards de qualité et d'authenticité."
tag="Engagement"
imageSrc="http://img.b2bpic.net/free-photo/wide-shot-peaceful-field-with-house-clear-blue-sky-switzerland_181624-9694.jpg"
imageSrc="http://img.b2bpic.net/free-photo/wide-shot-peaceful-field-with-house-clear-blue-sky-switzerland_181624-9694.jpg?_wi=2"
imageAlt="Vignobles traditionnels de la région"
accordionItems={[
{
@@ -109,13 +109,13 @@ export default function LandingPage() {
tag="Collection Exclusive"
products={[
{
id: "1", name: "Châteauneuf-du-Pape 2019", price: "65€", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-red-wine-lemon_23-2148401065.jpg", imageAlt: "Châteauneuf-du-Pape"
id: "1", name: "Châteauneuf-du-Pape 2019", price: "65€", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-red-wine-lemon_23-2148401065.jpg?_wi=2", imageAlt: "Châteauneuf-du-Pape"
},
{
id: "2", name: "Côtes du Rhône Réserve 2020", price: "42€", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-red-wine-lemon_23-2148401065.jpg", imageAlt: "Côtes du Rhône"
id: "2", name: "Côtes du Rhône Réserve 2020", price: "42€", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-red-wine-lemon_23-2148401065.jpg?_wi=3", imageAlt: "Côtes du Rhône"
},
{
id: "3", name: "Condrieu Blanc 2021", price: "58€", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-red-wine-lemon_23-2148401065.jpg", imageAlt: "Condrieu Blanc"
id: "3", name: "Condrieu Blanc 2021", price: "58€", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-red-wine-lemon_23-2148401065.jpg?_wi=4", imageAlt: "Condrieu Blanc"
}
]}
textboxLayout="default"