Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-31 18:00:49 +00:00

View File

@@ -70,6 +70,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
products={[
{ id: "1", brand: "Espresso", name: "Détail 1", price: "", rating: 5, reviewCount: "0", imageSrc: "http://img.b2bpic.net/free-photo/coffee-decoration-with-moka-pot-mug_23-2147671429.jpg" },
{ id: "2", brand: "Espresso", name: "Détail 2", price: "", rating: 5, reviewCount: "0", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-breakfast_23-2148877586.jpg" },
@@ -85,6 +86,7 @@ export default function LandingPage() {
description="Remplissez vos informations pour réserver votre machine."
buttons={[{ text: "Confirmer la Commande" }]}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>