From 7ab4ea143af40e3e95e885f0602e2767bc9f3c17 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 22:10:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 03974d1..6714f5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,6 +128,10 @@ export default function LandingPage() { textboxLayout="split" gridVariant="three-columns-all-equal-width" useInvertedBackground={true} + buttons={[ + { + text: "Réserver maintenant", href: "#contact"}, + ]} products={[ { id: "1", name: "Yuzu Zen", price: "14€", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-cocktail-shaker_23-2149132201.jpg"}, @@ -233,4 +237,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1