diff --git a/frontend/src/components/landing/sections/Footer.tsx b/frontend/src/components/landing/sections/Footer.tsx index 733efa0..36f7e3a 100644 --- a/frontend/src/components/landing/sections/Footer.tsx +++ b/frontend/src/components/landing/sections/Footer.tsx @@ -1,6 +1,5 @@ 'use client'; -import { Link } from '@/i18n/Link'; import { Logo } from '../Logo'; import { useT } from '@/i18n/I18nProvider'; @@ -8,20 +7,44 @@ export function Footer() { const t = useT(); return ( ); diff --git a/frontend/src/i18n/dictionaries/en.ts b/frontend/src/i18n/dictionaries/en.ts index baaa53c..a0ecadf 100644 --- a/frontend/src/i18n/dictionaries/en.ts +++ b/frontend/src/i18n/dictionaries/en.ts @@ -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', }, }, diff --git a/frontend/src/i18n/dictionaries/fa.ts b/frontend/src/i18n/dictionaries/fa.ts index 9b0fb3b..74041e3 100644 --- a/frontend/src/i18n/dictionaries/fa.ts +++ b/frontend/src/i18n/dictionaries/fa.ts @@ -111,7 +111,10 @@ const fa = { ctaSecondary: 'داشبورد', }, footer: { - copyright: '© ابربان — همهٔ حقوق محفوظ است', + copyright: 'کلیه حقوق این وبسایت متعلق به ابربان می‌باشد', + contactTitle: 'تماس با ما', + phone: '۰۲۱-۹۱۰۹۲۷۶۲', + email: 'info@abrban.com', }, },