From 629d5d7d2dd6f1b7d5db319c0741736cef33c30c Mon Sep 17 00:00:00 2001 From: ngthanhvu Date: Thu, 23 Jul 2026 05:50:13 -0400 Subject: [PATCH] feat: add privacy policy, terms of use, FAQ, and contact page with relevant content --- app/components/AppFooter.vue | 28 +++++----- app/pages/chinh-sach-bao-mat.vue | 50 +++++++++++++++++ app/pages/dieu-khoan-su-dung.vue | 50 +++++++++++++++++ app/pages/gioi-thieu.vue | 56 +++++++++++++++++++ app/pages/hoi-dap.vue | 95 ++++++++++++++++++++++++++++++++ app/pages/index.vue | 4 +- app/pages/lien-he.vue | 74 +++++++++++++++++++++++++ 7 files changed, 341 insertions(+), 16 deletions(-) create mode 100644 app/pages/chinh-sach-bao-mat.vue create mode 100644 app/pages/dieu-khoan-su-dung.vue create mode 100644 app/pages/gioi-thieu.vue create mode 100644 app/pages/hoi-dap.vue create mode 100644 app/pages/lien-he.vue diff --git a/app/components/AppFooter.vue b/app/components/AppFooter.vue index 506a8af..115a353 100644 --- a/app/components/AppFooter.vue +++ b/app/components/AppFooter.vue @@ -13,9 +13,11 @@ const socialLinks = [ ] const linkGroups = [ - ['Domain dự phòng', 'Điều khoản sử dụng'], - ['Hỏi-Đáp', 'Giới thiệu'], - ['Chính sách bảo mật', 'Liên hệ'], + ['Điều khoản sử dụng', '/dieu-khoan-su-dung'], + ['Chính sách bảo mật', '/chinh-sach-bao-mat'], + ['Hỏi-Đáp', '/hoi-dap'], + ['Giới thiệu', '/gioi-thieu'], + ['Liên hệ', '/lien-he'], ] @@ -41,17 +43,15 @@ const linkGroups = [ -
-
- - {{ link }} - -
+
+ + {{ label }} +

diff --git a/app/pages/chinh-sach-bao-mat.vue b/app/pages/chinh-sach-bao-mat.vue new file mode 100644 index 0000000..89036aa --- /dev/null +++ b/app/pages/chinh-sach-bao-mat.vue @@ -0,0 +1,50 @@ + diff --git a/app/pages/dieu-khoan-su-dung.vue b/app/pages/dieu-khoan-su-dung.vue new file mode 100644 index 0000000..e932c35 --- /dev/null +++ b/app/pages/dieu-khoan-su-dung.vue @@ -0,0 +1,50 @@ + diff --git a/app/pages/gioi-thieu.vue b/app/pages/gioi-thieu.vue new file mode 100644 index 0000000..adfbd75 --- /dev/null +++ b/app/pages/gioi-thieu.vue @@ -0,0 +1,56 @@ + + + diff --git a/app/pages/hoi-dap.vue b/app/pages/hoi-dap.vue new file mode 100644 index 0000000..2537410 --- /dev/null +++ b/app/pages/hoi-dap.vue @@ -0,0 +1,95 @@ + + + + + diff --git a/app/pages/index.vue b/app/pages/index.vue index 97280b5..3954102 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -301,10 +301,10 @@ useHead({

-
+
diff --git a/app/pages/lien-he.vue b/app/pages/lien-he.vue new file mode 100644 index 0000000..d9490ca --- /dev/null +++ b/app/pages/lien-he.vue @@ -0,0 +1,74 @@ + + +