From 4ec9b0c72cce9d5ea233b91d953bf6cafd0a4983 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:23:26 +0000 Subject: [PATCH] Update src/app/lien-he/page.tsx --- src/app/lien-he/page.tsx | 29 +++++++++-------------------- 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/src/app/lien-he/page.tsx b/src/app/lien-he/page.tsx index 1a61ba5..869026f 100644 --- a/src/app/lien-he/page.tsx +++ b/src/app/lien-he/page.tsx @@ -17,14 +17,11 @@ export default function ContactPage() { ]; const navButton = { - text: "Nhận báo giá", - href: "/lien-he", - }; + text: "Nhận báo giá", href: "/lien-he"}; const footerColumns = [ { - title: "Dịch Vụ", - items: [ + title: "Dịch Vụ", items: [ { label: "Tổ Chức Sự Kiện Doanh Nghiệp", href: "#services" }, { label: "Ra Mắt Sản Phẩm", href: "#services" }, { label: "Hội Nghị & MICE", href: "#services" }, @@ -32,8 +29,7 @@ export default function ContactPage() { ], }, { - title: "Công Ty", - items: [ + title: "Công Ty", items: [ { label: "Về Chúng Tôi", href: "/ve-chung-toi" }, { label: "Dự Án", href: "/du-an" }, { label: "Blog", href: "#" }, @@ -41,8 +37,7 @@ export default function ContactPage() { ], }, { - title: "Liên Hệ", - items: [ + title: "Liên Hệ", items: [ { label: "061-384-4900", href: "tel:+66613844900" }, { label: "Bangchak, Sukhumvit 93, Bangkok", href: "#" }, { label: "info@jabuevents.com", href: "mailto:info@jabuevents.com" }, @@ -50,8 +45,7 @@ export default function ContactPage() { ], }, { - title: "Theo Dõi Chúng Tôi", - items: [ + title: "Theo Dõi Chúng Tôi", items: [ { label: "Facebook", href: "#" }, { label: "Instagram", href: "#" }, { label: "LinkedIn", href: "#" }, @@ -85,16 +79,11 @@ export default function ContactPage() {