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" } ];