Update src/app/page.tsx
This commit is contained in:
@@ -192,17 +192,17 @@ export default function UkraineCarsPage() {
|
||||
description="Ready to find your perfect vehicle? Contact our team for personalized assistance, test drive scheduling, or any questions about our inventory."
|
||||
inputs={[
|
||||
{
|
||||
label: "Full Name", type: "text", placeholder: "Your full name", required: true
|
||||
id: "name", label: "Full Name", type: "text", placeholder: "Your full name", required: true
|
||||
},
|
||||
{
|
||||
label: "Email Address", type: "email", placeholder: "your@email.com", required: true
|
||||
id: "email", label: "Email Address", type: "email", placeholder: "your@email.com", required: true
|
||||
},
|
||||
{
|
||||
label: "Phone Number", type: "tel", placeholder: "+380 XX XXX XXXX", required: true
|
||||
id: "phone", label: "Phone Number", type: "tel", placeholder: "+380 XX XXX XXXX", required: true
|
||||
}
|
||||
]}
|
||||
textarea={{
|
||||
label: "Message", placeholder: "Tell us about the vehicle you're interested in or your inquiry..."
|
||||
id: "message", label: "Message", placeholder: "Tell us about the vehicle you're interested in or your inquiry..."
|
||||
}}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/car-headlight-people-observing-automobiles-showroom_651396-1157.jpg"
|
||||
imageAlt="Professional automotive showroom interior"
|
||||
|
||||
Reference in New Issue
Block a user