diff --git a/src/config/site.ts b/src/config/site.ts index a100aa5..94eb13b 100644 --- a/src/config/site.ts +++ b/src/config/site.ts @@ -14,8 +14,10 @@ export const siteConfig = { facebook: "https://facebook.com/balodeplao", }, navLinks: [ - { text: "Home", href: "/" }, - { text: "Blog", href: "/blog" }, - { text: "Contact", href: "/contact" }, + { text: "Du Lịch", href: "/category/du-lich" }, + { text: "Ẩm Thực", href: "/category/an-uong" }, + { text: "Làm Đẹp", href: "/category/lam-dep" }, + { text: "Tâm Sự", href: "/category/tam-su" }, + { text: "Mẹo Hay", href: "/category/meo-hay" }, ], };