Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -177,17 +177,17 @@ export default function SpeedUAPage() {
|
|||||||
description="Залишіть свої контактні дані, и наша команда зв'яжеться з вами в найкоротший час для обговорення вибору та умов придбання спортивного автомобіля."
|
description="Залишіть свої контактні дані, и наша команда зв'яжеться з вами в найкоротший час для обговорення вибору та умов придбання спортивного автомобіля."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
label: "Ваше ім'я", type: "text", placeholder: "Ваше ім'я", required: true
|
id: "name", type: "text", placeholder: "Ваше ім'я", required: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Email адреса", type: "email", placeholder: "Email адреса", required: true
|
id: "email", type: "email", placeholder: "Email адреса", required: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Номер телефону", type: "tel", placeholder: "Номер телефону", required: true
|
id: "phone", type: "tel", placeholder: "Номер телефону", required: true
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
label: "Повідомлення", placeholder: "Розповідайте про ваш вибір та вподобання...", required: true
|
id: "message", placeholder: "Розповідайте про ваш вибір та вподобання...", required: true
|
||||||
}}
|
}}
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="invertDefault"
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/mini-coupe-high-speed-drive-road-with-front-lights_114579-5040.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/mini-coupe-high-speed-drive-road-with-front-lights_114579-5040.jpg"
|
||||||
|
|||||||
Reference in New Issue
Block a user