Update src/app/custom-order/page.tsx

This commit is contained in:
2026-03-26 06:11:06 +00:00
parent f5036be4f0
commit 914df70d4d

View File

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