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 @@ + + +