Merge version_1 into main #2
@@ -16,7 +16,8 @@ export const metadata: Metadata = {
|
|||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Ukraine Cars | Find Your Perfect Vehicle", description: "Discover premium cars from trusted sellers across Ukraine with guaranteed quality and transparent pricing.", type: "website", siteName: "Ukraine Cars", images: [
|
title: "Ukraine Cars | Find Your Perfect Vehicle", description: "Discover premium cars from trusted sellers across Ukraine with guaranteed quality and transparent pricing.", type: "website", siteName: "Ukraine Cars", images: [
|
||||||
{
|
{
|
||||||
url: "https://img.b2bpic.net/free-photo/woman-choosing-car-car-showroom_1303-31962.jpg", alt: "Premium vehicle selection"},
|
url: "https://img.b2bpic.net/free-photo/woman-choosing-car-car-showroom_1303-31962.jpg", alt: "Premium vehicle selection"
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
|
|||||||
@@ -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."
|
description="Ready to find your perfect vehicle? Contact our team for personalized assistance, test drive scheduling, or any questions about our inventory."
|
||||||
inputs={[
|
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={{
|
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"
|
imageSrc="https://img.b2bpic.net/free-photo/car-headlight-people-observing-automobiles-showroom_651396-1157.jpg"
|
||||||
imageAlt="Professional automotive showroom interior"
|
imageAlt="Professional automotive showroom interior"
|
||||||
|
|||||||
Reference in New Issue
Block a user