footer navbar linkes change with work asyn lamguage

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-01-28 13:45:59 +05:00
parent ce8d14c9b2
commit 638e5518e4
8 changed files with 106 additions and 59 deletions

View File

@@ -9,18 +9,18 @@ export function Contact() {
const contactInfo = [
{
icon: Mail,
title:t("contact.email"),
detail: t("contact.emailAddress"),
title:t("contact.form.email"),
detail: t("contact.form.emailAddress"),
},
{
icon: MapPin,
title: t("contact.location"),
detail: t("contact.address"),
title: t("contact.form.location"),
detail: t("contact.form.address"),
},
{
icon: Phone,
title: t("contact.phone"),
detail: "+123-456-7890",
title: t("contact.form.phone"),
detail: "+998-77-372-21-21",
},
];
@@ -40,7 +40,7 @@ export function Contact() {
className="absolute inset-0"
style={{
background:
"radial-gradient(ellipse at bottom center, #d2610ab0 0%, #1e1d1ce3 70%)",
"radial-gradient(ellipse at bottom center, #d2610a 0%, #1e1d1ce9 70% , #1e1d1ce9 70%)",
}}
/>
</div>