design: explicitly inject font-vazir to the bottom copyright and link containers inside Footer.tsx to force correct font family rendering

This commit is contained in:
parsa aghaei 2026-07-14 20:37:05 +03:30
parent b42e8ce97d
commit f65b95bd5c

View File

@ -114,8 +114,8 @@ export default function Footer({ onNavigate, onShopNavigate, onB2BOpen }: {
</div>
<div className="pt-12 border-t border-white/5 flex flex-col md:flex-row items-center justify-between gap-6 text-[10px] font-black uppercase tracking-[0.3em]">
<div className="text-slate-400">{getText('footer_copyright', "© ۲۰۲۶ کانینا ایران. تمامی حقوق محفوظ است.")}</div>
<div className="pt-12 border-t border-white/5 flex flex-col md:flex-row items-center justify-between gap-6 text-[10px] font-black uppercase tracking-[0.3em] font-vazir">
<div className="text-slate-400 font-vazir">{getText('footer_copyright', "© ۲۰۲۶ کانینا ایران. تمامی حقوق محفوظ است.")}</div>
<div className="flex gap-8 font-vazir text-slate-400">
<button onClick={() => onNavigate("about")} className="hover:text-white transition-colors">{getText('footer_about', "درباره ما")}</button>
<button onClick={() => onNavigate("contact")} className="hover:text-white transition-colors">{getText('footer_contact', "تماس با ما")}</button>