diff --git a/src/app/page.tsx b/src/app/page.tsx index 4148908..42e061f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,39 +30,39 @@ export default function LandingPage() { brandName="Resco" navItems={[ { name: "Menu", id: "menu" }, - { name: "About", id: "about" }, - { name: "Reviews", id: "reviews" }, + { name: "À Propos", id: "about" }, + { name: "Avis", id: "reviews" }, { name: "Contact", id: "contact" } ]} - button={{ text: "Reserve a Table", href: "#contact" }} + button={{ text: "Réserver une Table", href: "#contact" }} />
@@ -70,32 +70,32 @@ export default function LandingPage() {