Update src/app/page.tsx
This commit is contained in:
@@ -176,13 +176,13 @@ export default function SpeedUAPage() {
|
|||||||
description="Залишіть свої контактні дані, и наша команда зв'яжеться з вами в найкоротший час для обговорення вибору та умов придбання спортивного автомобіля."
|
description="Залишіть свої контактні дані, и наша команда зв'яжеться з вами в найкоротший час для обговорення вибору та умов придбання спортивного автомобіля."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
id: "name", type: "text", placeholder: "Ваше ім'я", required: true
|
label: "Ім'я", type: "text", placeholder: "Ваше ім'я", required: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "email", type: "email", placeholder: "Email адреса", required: true
|
label: "Email", type: "email", placeholder: "Email адреса", required: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "phone", type: "tel", placeholder: "Номер телефону", required: true
|
label: "Телефон", type: "tel", placeholder: "Номер телефону", required: true
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
|
|||||||
Reference in New Issue
Block a user