Update src/app/contact/page.tsx

This commit is contained in:
2026-04-07 22:10:26 +00:00
parent 08fb8274cd
commit 5a0eee30dd

View File

@@ -63,7 +63,7 @@ export default function LandingPage() {
tag="Get in touch"
title="We're here to help"
description="Questions about your repair estimate? Send us a message."
imageSrc="http://img.b2bpic.net/free-photo/mid-adult-mechanic-thinking-while-repairing-car-engine-workshop_637285-8654.jpg"
imageSrc="http://img.b2bpic.net/free-photo/mid-adult-mechanic-thinking-while-repairing-car-engine-workshop_637285-8654.jpg?_wi=3"
mediaAnimation="slide-up"
/>
</div>
@@ -81,14 +81,14 @@ export default function LandingPage() {
value: "Open",
title: "Mon-Fri",
description: "8:00 AM - 6:00 PM",
imageSrc: "http://img.b2bpic.net/free-photo/man-car-service-polishing-car-details_1303-29065.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-car-service-polishing-car-details_1303-29065.jpg?_wi=5",
},
{
id: "loc2",
value: "Call",
title: "Support",
description: "Available for emergency help.",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-professional-man-wrapping-car-with-blue-cover_23-2149385701.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-professional-man-wrapping-car-with-blue-cover_23-2149385701.jpg?_wi=3",
},
]}
/>