Update src/app/page.tsx

This commit is contained in:
2026-03-03 16:37:18 +00:00
parent e5842c2fa2
commit d94d7e171a

View File

@@ -80,7 +80,7 @@ export default function HomePage() {
background={{ variant: "radial-gradient" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/california-vineyards-santa-barbara_181624-29275.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/california-vineyards-santa-barbara_181624-29275.jpg?_wi=1",
imageAlt: "Vignes du Val-de-Cognac",
},
{
@@ -88,29 +88,29 @@ export default function HomePage() {
imageAlt: "Barriques de vieillissement",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-people-working-beer-factory_23-2150573937.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-people-working-beer-factory_23-2150573937.jpg?_wi=1",
imageAlt: "Alambic en cuivre traditionnel",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/glassblower-holding-glassware_107420-74227.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glassblower-holding-glassware_107420-74227.jpg?_wi=1",
imageAlt: "Maître distillateur",
},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bottles-tequila-black-background_181624-59578.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bottles-tequila-black-background_181624-59578.jpg?_wi=1",
imageAlt: "Bouteilles de cognac premium",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-people-working-beer-factory_23-2150573937.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-people-working-beer-factory_23-2150573937.jpg?_wi=2",
imageAlt: "Process de distillation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cognac-horizontal-glass_23-2148673802.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cognac-horizontal-glass_23-2148673802.jpg?_wi=1",
imageAlt: "Réserve exceptionnelle",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/cornell-chimes-bell-tower-cornell-university-campus_649448-1870.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cornell-chimes-bell-tower-cornell-university-campus_649448-1870.jpg?_wi=1",
imageAlt: "Distillerie historique",
},
]}
@@ -149,7 +149,7 @@ export default function HomePage() {
name: "Cognac Classique",
price: "65€",
variant: "VS · Alcool 40%",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cognac-horizontal-glass_23-2148673802.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cognac-horizontal-glass_23-2148673802.jpg?_wi=2",
imageAlt: "Cognac Classique",
},
{
@@ -157,7 +157,7 @@ export default function HomePage() {
name: "Réserve Exceptionnelle",
price: "120€",
variant: "VSOP · Alcool 40%",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cognac-horizontal-glass_23-2148673802.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cognac-horizontal-glass_23-2148673802.jpg?_wi=3",
imageAlt: "Réserve Exceptionnelle",
},
{
@@ -165,7 +165,7 @@ export default function HomePage() {
name: "Eau-de-Vie Premium",
price: "85€",
variant: "Blanche · Alcool 55%",
imageSrc: "http://img.b2bpic.net/free-photo/two-bottles-glass-wine-marble-table-with-lemons-cherry-plums_114579-34138.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/two-bottles-glass-wine-marble-table-with-lemons-cherry-plums_114579-34138.jpg?_wi=1",
imageAlt: "Eau-de-Vie Premium",
},
]}
@@ -192,7 +192,7 @@ export default function HomePage() {
author: "Maître Distillateur",
description: "Nous sélectionnons avec soin les raisins les plus nobles de la région du Val-de-Cognac pour garantir la qualité supérieure de nos eaux-de-vie.",
tags: ["Raisins Premium", "Sélection Naturelle"],
imageSrc: "http://img.b2bpic.net/free-photo/barrels-old-winery_1398-4735.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/barrels-old-winery_1398-4735.jpg?_wi=1",
imageAlt: "Sélection de barriques",
},
{
@@ -201,7 +201,7 @@ export default function HomePage() {
author: "Équipe Technique",
description: "Le processus de fermentation minutieux est suivi d'une double distillation en alambic de cuivre, respectant les méthodes ancestrales.",
tags: ["Alambic Cuivre", "Double Distillation"],
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-people-working-beer-factory_23-2150573937.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-people-working-beer-factory_23-2150573937.jpg?_wi=3",
imageAlt: "Processus de distillation",
},
{
@@ -210,7 +210,7 @@ export default function HomePage() {
author: "Maître de Cave",
description: "Un vieillissement patient en barriques de chêne français confère au cognac sa richesse aromatique et sa couleur ambrée caractéristique.",
tags: ["Chêne Français", "Vieillissement Naturel"],
imageSrc: "http://img.b2bpic.net/free-photo/human-hand-making-turkish-coffee-sand-caf_23-2148209257.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/human-hand-making-turkish-coffee-sand-caf_23-2148209257.jpg?_wi=1",
imageAlt: "Vieillissement en cave",
},
]}