language and hsow case changed
This commit is contained in:
@@ -98,11 +98,10 @@ export function ContactForm() {
|
||||
>
|
||||
<div>
|
||||
<h3 className="text-2xl font-bold text-gray-900 mb-2">
|
||||
Get In Touch
|
||||
{t.contact.title}
|
||||
</h3>
|
||||
<p className="text-gray-600 mb-8">
|
||||
Reach out to us for inquiries, support, or partnership
|
||||
opportunities.
|
||||
{t.contact.desc}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -110,18 +109,18 @@ export function ContactForm() {
|
||||
{[
|
||||
{
|
||||
icon: Phone,
|
||||
title: "Phone",
|
||||
value: "+998 (99) 123-45-67",
|
||||
title: "phone_title",
|
||||
value: "+998 (99) 869-74-70",
|
||||
},
|
||||
{
|
||||
icon: MessageSquare,
|
||||
title: "Telegram",
|
||||
title: "telegram_title",
|
||||
value: "@firma_support",
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Address",
|
||||
value: "Tashkent, Uzbekistan",
|
||||
title: "addres_title",
|
||||
value: "Tashkent, Сергели 6 а 179 кв",
|
||||
},
|
||||
].map((item, idx) => {
|
||||
const Icon = item.icon;
|
||||
@@ -134,7 +133,7 @@ export function ContactForm() {
|
||||
<Icon className="text-blue-600 shrink-0" size={24} />
|
||||
<div>
|
||||
<h4 className="font-semibold text-gray-900">
|
||||
{item.title}
|
||||
{t.contact[item.title]}
|
||||
</h4>
|
||||
<p className="text-gray-600">{item.value}</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user