diff --git a/src/app/page.tsx b/src/app/page.tsx index ba0de24..a2867f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,8 +50,8 @@ export default function LandingPage() { ]} avatarText="Confiance de centaines de clients satisfaits" buttons={[ - { text: "Réserver une table", href: "contact" }, - { text: "Voir le menu", href: "menu" } + { text: "Réserver maintenant", href: "contact" }, + { text: "Découvrir nos plats", href: "menu" } ]} buttonAnimation="slide-up" ariaLabel="Hero section - Shangri-La restaurant" @@ -225,4 +225,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file