|
|
|
@@ -131,9 +131,11 @@ export default function HomePage() {
|
|
|
|
id: "cognac-reserve", 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?_wi=3", imageAlt: "Réserve Exceptionnelle"},
|
|
|
|
id: "cognac-reserve", 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?_wi=3", imageAlt: "Réserve Exceptionnelle"},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "eau-de-vie", 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?_wi=1", imageAlt: "Eau-de-Vie Premium"},
|
|
|
|
id: "eau-de-vie", 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?_wi=1", imageAlt: "Eau-de-Vie Premium"},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
id: "cognac-xo", name: "Cognac X.O. Prestige", price: "180€", variant: "X.O. · Alcool 40%", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bottles-tequila-black-background_181624-59578.jpg?_wi=1", imageAlt: "Cognac X.O. Prestige"},
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
textboxLayout="default"
|
|
|
|
textboxLayout="default"
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
gridVariant="four-items-2x2-equal-grid"
|
|
|
|
animationType="slide-up"
|
|
|
|
animationType="slide-up"
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
buttons={[{ text: "Explorer la Collection", href: "/products" }]}
|
|
|
|
buttons={[{ text: "Explorer la Collection", href: "/products" }]}
|
|
|
|
@@ -208,4 +210,4 @@ export default function HomePage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|