Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -67,6 +67,7 @@ export default function SpeedUAPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
carouselMode="buttons"
|
carouselMode="buttons"
|
||||||
|
cardClassName="bg-gray-500"
|
||||||
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,18 +178,17 @@ export default function SpeedUAPage() {
|
|||||||
description="Залишіть свої контактні дані, и наша команда зв'яжеться з вами в найкоротший час для обговорення вибору та умов придбання спортивного автомобіля."
|
description="Залишіть свої контактні дані, и наша команда зв'яжеться з вами в найкоротший час для обговорення вибору та умов придбання спортивного автомобіля."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name", type: "text", placeholder: "Ваше ім'я", required: true
|
id: "name", label: "Ваше ім'я", type: "text", placeholder: "Ваше ім'я", required: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email", type: "email", placeholder: "Email адреса", required: true
|
id: "email", label: "Email адреса", type: "email", placeholder: "Email адреса", required: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "phone", type: "tel", placeholder: "Номер телефону", required: true
|
id: "phone", label: "Номер телефону", type: "tel", placeholder: "Номер телефону", required: true
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message", placeholder: "Розповідайте про ваш вибір та вподобання...", rows: 5,
|
id: "message", label: "Повідомлення", placeholder: "Розповідайте про ваш вибір та вподобання...", required: true
|
||||||
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