From 0db01d35dfc74ca75363d8acb26796ff56577293 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 15:59:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index be6c685..2591718 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,6 +13,8 @@ export default function LandingPage() { { name: "Processus", id: "how-it-works" }, { name: "Avantages", id: "why-us" }, { name: "Portfolio", id: "portfolio" }, + { name: "Tarifs", id: "/pricing" }, + { name: "À propos", id: "/about" }, { name: "Contact", id: "contact" } ];