2 Commits

Author SHA1 Message Date
e0d269f79c Update src/app/page.tsx 2026-06-03 17:13:17 +00:00
e74bb88129 Merge version_1 into main
Merge version_1 into main
2026-06-03 17:11:03 +00:00

View File

@@ -229,27 +229,27 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={true}
title="Get in Touch with FerAvto"
description="We're here to assist you with all your automotive needs. Fill out the form below or visit us directly in Uzbekistan. Your inquiries are important to us!"
title="Связаться с FerAvto"
description="Мы всегда готовы помочь вам с любыми вопросами, связанными с автомобилями. Заполните форму ниже или посетите нас по адресу: г. Ташкент, ул. Амир Темур, 1. Звоните: +998 71 200 70 07, Email: info@feravto.uz."
inputs={[
{
name: "name", type: "text", placeholder: "Your Full Name", required: true,
name: "name", type: "text", placeholder: "Ваше полное имя", required: true,
},
{
name: "email", type: "email", placeholder: "Your Email Address", required: true,
name: "email", type: "email", placeholder: "Ваш адрес электронной почты", required: true,
},
{
name: "phone", type: "tel", placeholder: "Your Phone Number"},
name: "phone", type: "tel", placeholder: "Ваш номер телефона"},
]}
textarea={{
name: "message", placeholder: "How can we help you today?", rows: 4,
name: "message", placeholder: "Как мы можем вам помочь сегодня?", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/young-black-businesswoman-signs-documents-buys-new-car-car-dealer-is-standing-him_146671-18392.jpg"
imageAlt="FerAvto customer service representative"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Send Message"
buttonText="Отправить сообщение"
/>
</div>
@@ -257,39 +257,39 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Company", items: [
title: "Компания", items: [
{
label: "About Us", href: "#about"},
label: "О нас", href: "#about"},
{
label: "Services", href: "#features"},
label: "Услуги", href: "#features"},
{
label: "Our Team", href: "#"},
label: "Наша команда", href: "#"},
],
},
{
title: "Vehicles", items: [
title: "Автомобили", items: [
{
label: "New Inventory", href: "#products"},
label: "Новые автомобили", href: "#products"},
{
label: "Used Inventory", href: "#products"},
label: "Подержанные автомобили", href: "#products"},
{
label: "Financing", href: "#"},
label: "Финансирование", href: "#"},
],
},
{
title: "Support", items: [
title: "Поддержка", items: [
{
label: "FAQ", href: "#faq"},
{
label: "Contact Us", href: "#contact"},
label: "Связаться с нами", href: "#contact"},
{
label: "Location", href: "https://maps.app.goo.gl/DWTLLpqhvrzjhgAWA", onClick: () => window.open('https://maps.app.goo.gl/DWTLLpqhvrzjhgAWA', '_blank'),
label: "Расположение", href: "https://maps.app.goo.gl/DWTLLpqhvrzjhgAWA", onClick: () => window.open('https://maps.app.goo.gl/DWTLLpqhvrzjhgAWA', '_blank'),
},
],
},
]}
bottomLeftText="© 2024 FerAvto. All rights reserved."
bottomRightText="Made with passion in Uzbekistan."
bottomLeftText="© 2024 FerAvto. Все права защищены."
bottomRightText="Сделано с любовью в Узбекистане."
/>
</div>
</ReactLenis>