From 1682aaaa12daf89367bee21d1b2ee725dd08a72d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:06:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 29e9d7f..e2a288a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,8 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/front-view-man-making-cocktail_23-2148454445.jpg" imageAlt="Préparation de cocktails artisanaux au Le Nebula" buttons={[ - { text: "Réserver une table", href: "#contact" } + { text: "Réserver une table", href: "#contact" }, + { text: "Découvrir Nos Avis", href: "#testimonials" } ]} useInvertedBackground={false} /> -- 2.49.1