From fd4cee549ad711211fbd3219c96ff2a335eaa6a3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 11:40:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f1200b0..37951b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { ratingText="4,6 / 5 sur 38 avis" tagIcon={Sparkles} buttons={[ - { text: "Découvrir le menu", href: "#menu" }, + { text: "Commander maintenant", href: "#menu" }, { text: "Contactez-nous", href: "#contact" }, ]} /> -- 2.49.1