Update src/app/contact/page.tsx

This commit is contained in:
2026-02-26 02:14:00 +00:00
parent 1a7ce7ccc1
commit be07c5a94b

View File

@@ -65,7 +65,7 @@ export default function ContactPage() {
value: "1 Hour", value: "1 Hour",
title: "Response Time", title: "Response Time",
description: "Quick response to all service requests and quote inquiries", description: "Quick response to all service requests and quote inquiries",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-tire-tire-repair-garage-replacement-winter-summer-tires_146671-18338.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-tire-tire-repair-garage-replacement-winter-summer-tires_146671-18338.jpg?_wi=4",
imageAlt: "Fast response time guarantee" imageAlt: "Fast response time guarantee"
}, },
{ {
@@ -73,7 +73,7 @@ export default function ContactPage() {
value: "7am-6pm", value: "7am-6pm",
title: "Mon-Fri Hours", title: "Mon-Fri Hours",
description: "Extended hours Monday through Friday, Saturday 8am-4pm", description: "Extended hours Monday through Friday, Saturday 8am-4pm",
imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-greeting-with-his-african-american-coworker-auto-repair-shop_637285-11601.jpg?_wi=4",
imageAlt: "Convenient business hours" imageAlt: "Convenient business hours"
} }
]} ]}
@@ -94,22 +94,22 @@ export default function ContactPage() {
{ {
id: "1", id: "1",
name: "David Park", name: "David Park",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg" imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=9"
}, },
{ {
id: "2", id: "2",
name: "Lisa Thompson", name: "Lisa Thompson",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg" imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=10"
}, },
{ {
id: "3", id: "3",
name: "Robert Wilson", name: "Robert Wilson",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg" imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=11"
}, },
{ {
id: "4", id: "4",
name: "Maria Garcia", name: "Maria Garcia",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg" imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=12"
} }
]} ]}
/> />