Update src/app/page.tsx
This commit is contained in:
@@ -66,7 +66,6 @@ export default function SpeedUAPage() {
|
|||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="invertDefault"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
carouselMode="buttons"
|
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "ferrari-488", name: "Ferrari 488 GTB", price: "€280,000", imageSrc: "https://img.b2bpic.net/free-photo/sunset-supercar_23-2151955610.jpg", imageAlt: "Ferrari 488 GTB"
|
id: "ferrari-488", name: "Ferrari 488 GTB", price: "€280,000", imageSrc: "https://img.b2bpic.net/free-photo/sunset-supercar_23-2151955610.jpg", imageAlt: "Ferrari 488 GTB"
|
||||||
@@ -177,17 +176,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", label: "Повідомлення", 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