Update src/app/page.tsx

This commit is contained in:
2026-03-07 15:59:15 +00:00
parent df195baa35
commit 0db01d35df

View File

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