diff --git a/src/lib/constants.ts b/src/lib/constants.ts index b0fc509..320a0f7 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -4,12 +4,13 @@ export const SITE_NAME_THAI = "ช่างเช่า"; export const NAV_LINKS = [ { href: "/", label: "Homepage" }, { href: "/equipment", label: "Equipment List" }, + { href: "/compare", label: "Compare Tools" }, { href: "/blog", label: "Blog" }, { href: "/rental-history", label: "Rental History" }, { href: "/help-center", label: "Help Center" }, - { href: "/ai-suggest-tool", label: "AI Tool Suggester" }, ]; + export const USER_MENU_LINKS = [ { href: "/login", label: "Login" }, { href: "/profile", label: "Profile" },