feat(landing): restructure footer with enamad seal, contact info, and logo

- Remove login/register/dashboard nav links from the footer
- Add Enamad trust seal on the left
- Center the contact block (title, phone, email) in the middle
- Move the logo to the right side
- Place the copyright line at the bottom, centered
- Update copyright text and add contact strings (fa/en)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
keyhan
2026-06-19 19:55:37 +03:30
parent dbc169206f
commit 78ed95b29b
3 changed files with 46 additions and 17 deletions
+4 -1
View File
@@ -112,7 +112,10 @@ const en: Dictionary = {
ctaSecondary: 'Dashboard',
},
footer: {
copyright: '© Abrban — All rights reserved',
copyright: 'All rights to this website belong to Abrban',
contactTitle: 'Contact us',
phone: '021-91092762',
email: 'info@abrban.com',
},
},
+4 -1
View File
@@ -111,7 +111,10 @@ const fa = {
ctaSecondary: 'داشبورد',
},
footer: {
copyright: '© ابربان — همهٔ حقوق محفوظ است',
copyright: 'کلیه حقوق این وبسایت متعلق به ابربان می‌باشد',
contactTitle: 'تماس با ما',
phone: '۰۲۱-۹۱۰۹۲۷۶۲',
email: 'info@abrban.com',
},
},