3 Commits

Author SHA1 Message Date
c34a9ad6ba Update src/app/page.tsx 2026-03-03 17:02:48 +00:00
610c13f4d7 Update src/app/layout.tsx 2026-03-03 17:02:47 +00:00
4393bad524 Merge version_2 into main
Merge version_2 into main
2026-03-03 16:48:00 +00:00
2 changed files with 5 additions and 3 deletions

View File

@@ -1409,4 +1409,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </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: "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>
); );
} }