Update src/app/page.tsx
This commit is contained in:
@@ -75,7 +75,7 @@ export default function SpeedUAPage() {
|
||||
id: "lamborghini-huracan", name: "Lamborghini Huracán", price: "€240,000", imageSrc: "https://img.b2bpic.net/free-photo/black-sedan-car-driving-bridge-road_114579-4023.jpg", imageAlt: "Lamborghini Huracán"
|
||||
},
|
||||
{
|
||||
id: "porsche-911", name: "Porsche 911 Turbo", price: "€195,000", imageSrc: "https://img.b2bpic.net/free-photo/white-coupe-sport-car-parking-bridge_114579-4006.jpg", imageAlt: "Porsche 911 Turbo"
|
||||
id: "porsche-911", name: "Porsche 911 Turbo", price: "€195,000", imageSrc: "https://img.b2bpic.net/free-photo/white-coupe-sport-car-parking-bridge_114579-4006.jpg", imageAlt: "Porsche 911 Turbo", cardClassName: "bg-gray-500"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -177,13 +177,13 @@ export default function SpeedUAPage() {
|
||||
description="Залишіть свої контактні дані, и наша команда зв'яжеться з вами в найкоротший час для обговорення вибору та умов придбання спортивного автомобіля."
|
||||
inputs={[
|
||||
{
|
||||
id: "name", label: "Ваше ім'я", type: "text", placeholder: "Ваше ім'я", required: true
|
||||
id: "name", label: "Ім'я", type: "text", placeholder: "Ваше ім'я", required: true
|
||||
},
|
||||
{
|
||||
id: "email", label: "Email адреса", type: "email", placeholder: "Email адреса", required: true
|
||||
id: "email", label: "Email", type: "email", placeholder: "Email адреса", required: true
|
||||
},
|
||||
{
|
||||
id: "phone", label: "Номер телефону", type: "tel", placeholder: "Номер телефону", required: true
|
||||
id: "phone", label: "Телефон", type: "tel", placeholder: "Номер телефону", required: true
|
||||
}
|
||||
]}
|
||||
textarea={{
|
||||
|
||||
Reference in New Issue
Block a user