Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-03 17:02:53 +00:00
2 changed files with 5 additions and 3 deletions

View File

@@ -1409,4 +1409,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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: "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"
gridVariant="three-columns-all-equal-width"
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
useInvertedBackground={false}
buttons={[{ text: "Explorer la Collection", href: "/products" }]}
@@ -208,4 +210,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}