diff --git a/src/app/custom-order/page.tsx b/src/app/custom-order/page.tsx index 0c63790..24ecc26 100644 --- a/src/app/custom-order/page.tsx +++ b/src/app/custom-order/page.tsx @@ -10,6 +10,7 @@ import Link from "next/link"; export default function CustomOrderPage() { const navItems = [ + { name: "Home", id: "/", href: "/" }, { name: "Création Sur Mesure", id: "custom-order", href: "/custom-order" }, { name: "Abonnements", id: "pricing", href: "/pricing" } ];