footer navbar linkes change with work asyn lamguage
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user