From 914df70d4d81dcf3564abdeeeafcd6863c4c6afa Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 06:11:06 +0000 Subject: [PATCH] Update src/app/custom-order/page.tsx --- src/app/custom-order/page.tsx | 1 + 1 file changed, 1 insertion(+) 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" } ];