Update src/app/custom-order/page.tsx
This commit is contained in:
@@ -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" }
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user