Update src/app/page.tsx
This commit is contained in:
@@ -67,6 +67,7 @@ export default function SpeedUAPage() {
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
carouselMode="buttons"
|
||||
cardClassName="bg-gray-500"
|
||||
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"
|
||||
@@ -177,18 +178,17 @@ export default function SpeedUAPage() {
|
||||
description="Залишіть свої контактні дані, и наша команда зв'яжеться з вами в найкоротший час для обговорення вибору та умов придбання спортивного автомобіля."
|
||||
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={{
|
||||
name: "message", placeholder: "Розповідайте про ваш вибір та вподобання...", rows: 5,
|
||||
required: true
|
||||
id: "message", label: "Повідомлення", placeholder: "Розповідайте про ваш вибір та вподобання...", required: true
|
||||
}}
|
||||
useInvertedBackground="invertDefault"
|
||||
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