design: bold address labels and submenus in footer, change authenticity badge to Lalezar font and increase size

This commit is contained in:
parsa aghaei 2026-07-14 20:44:31 +03:30
parent 36aebb13d6
commit 2b36173e32

View File

@ -72,7 +72,7 @@ export default function Footer({ onNavigate, onShopNavigate, onB2BOpen }: {
<Phone className="w-6 h-6" />
</div>
<div>
<p className="text-[10px] text-slate-400 font-black uppercase mb-1">{getText('footer_phone_label', "خط ویژه فروش")}</p>
<p className="text-[11px] text-slate-400 font-extrabold uppercase mb-1">{getText('footer_phone_label', "خط ویژه فروش")}</p>
<p className="text-lg font-black tracking-widest text-left text-slate-200" dir="ltr">{getText('footer_phone', "۰۲۱-۸۸۸۸ ۴۴۴۴")}</p>
</div>
</div>
@ -81,7 +81,7 @@ export default function Footer({ onNavigate, onShopNavigate, onB2BOpen }: {
<Mail className="w-6 h-6" />
</div>
<div>
<p className="text-[10px] text-slate-400 font-black uppercase mb-1">{getText('footer_email_label', "مکاتبات رسمی")}</p>
<p className="text-[11px] text-slate-400 font-extrabold uppercase mb-1">{getText('footer_email_label', "مکاتبات رسمی")}</p>
<p className="text-sm font-bold text-slate-300">{getText('footer_email', "info@canino-iran.com")}</p>
</div>
</div>
@ -92,7 +92,7 @@ export default function Footer({ onNavigate, onShopNavigate, onB2BOpen }: {
<MapPin className="w-6 h-6" />
</div>
<div>
<p className="text-[10px] text-slate-400 font-black uppercase mb-1">{getText('footer_address_label', "دفتر مرکزی")}</p>
<p className="text-[11px] text-slate-400 font-extrabold uppercase mb-1">{getText('footer_address_label', "دفتر مرکزی")}</p>
<p className="text-sm font-bold leading-relaxed text-slate-300">{getText('footer_address', "تهران، جردن، خیابان سعیدی، ساختمان کانینا، طبقه ۵، واحد ۱۹")}</p>
</div>
</div>
@ -108,7 +108,7 @@ export default function Footer({ onNavigate, onShopNavigate, onB2BOpen }: {
<p className="text-[10px] text-slate-400 font-bold">{getText('footer_auth_desc', "تمامی محصولات دارای لیبل اصالت وزارت بهداشت و QR Code اختصاصی هستند.")}</p>
</div>
</div>
<div className="text-xs font-black italic text-slate-400 self-center">{getText('footer_auth_badge', "اصالت آلمانی کانینا")}</div>
<div className="text-sm font-black text-slate-200 self-center font-lalezar tracking-wide">{getText('footer_auth_badge', "اصالت آلمانی کانینا")}</div>
</div>
</div>
@ -117,9 +117,9 @@ export default function Footer({ onNavigate, onShopNavigate, onB2BOpen }: {
<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-shabnam">
<div className="text-slate-400 font-shabnam">{getText('footer_copyright', "© ۲۰۲۶ کانینا ایران. تمامی حقوق محفوظ است.")}</div>
<div className="flex gap-8 font-shabnam 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>
<button onClick={() => onNavigate("privacy")} className="hover:text-white transition-colors">{getText('footer_privacy', "حریم خصوصی")}</button>
<button onClick={() => onNavigate("about")} className="font-extrabold hover:text-white transition-colors">{getText('footer_about', "درباره ما")}</button>
<button onClick={() => onNavigate("contact")} className="font-extrabold hover:text-white transition-colors">{getText('footer_contact', "تماس با ما")}</button>
<button onClick={() => onNavigate("privacy")} className="font-extrabold hover:text-white transition-colors">{getText('footer_privacy', "حریم خصوصی")}</button>
</div>
</div>
</div>