Update src/app/page.tsx

This commit is contained in:
2026-03-18 00:01:54 +00:00
parent 77c3baa5b4
commit 28cfbef28c

View File

@@ -86,10 +86,10 @@ export default function LandingPage() {
title: "Electrical Diagnostics", description: "Pinpoint electrical failures with precision. We identify problems other shops miss.", icon: Lightbulb,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-with-wires-workshop_23-2147897983.jpg", imageAlt: "Electrical diagnostic equipment in use"
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-with-wires-workshop_23-2147897983.jpg?_wi=1", imageAlt: "Electrical diagnostic equipment in use"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/glass-craftsman-displays-art-making-glassware-street-market_628469-74.jpg", imageAlt: "Automotive wiring repair work"
imageSrc: "http://img.b2bpic.net/free-photo/glass-craftsman-displays-art-making-glassware-street-market_628469-74.jpg?_wi=1", imageAlt: "Automotive wiring repair work"
}
]
},
@@ -97,10 +97,10 @@ export default function LandingPage() {
title: "Battery & Alternator Repair", description: "Starting problems? Dead batteries? Weak alternators? We fix them fast and right the first time.", icon: Battery,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-with-wires-workshop_23-2147897983.jpg", imageAlt: "Battery and alternator diagnostics"
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-with-wires-workshop_23-2147897983.jpg?_wi=2", imageAlt: "Battery and alternator diagnostics"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/glass-craftsman-displays-art-making-glassware-street-market_628469-74.jpg", imageAlt: "Battery system repair"
imageSrc: "http://img.b2bpic.net/free-photo/glass-craftsman-displays-art-making-glassware-street-market_628469-74.jpg?_wi=2", imageAlt: "Battery system repair"
}
]
},
@@ -108,10 +108,10 @@ export default function LandingPage() {
title: "Wiring & Electrical Systems", description: "Faulty wiring. Corroded connections. Burned-out components. We restore your vehicle's electrical integrity.", icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/glass-craftsman-displays-art-making-glassware-street-market_628469-74.jpg", imageAlt: "Electrical wiring work"
imageSrc: "http://img.b2bpic.net/free-photo/glass-craftsman-displays-art-making-glassware-street-market_628469-74.jpg?_wi=3", imageAlt: "Electrical wiring work"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-with-wires-workshop_23-2147897983.jpg", imageAlt: "Wiring system diagnostics"
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-with-wires-workshop_23-2147897983.jpg?_wi=3", imageAlt: "Wiring system diagnostics"
}
]
},
@@ -122,7 +122,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367534.jpg", imageAlt: "AC and radio electrical repair"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-with-wires-workshop_23-2147897983.jpg", imageAlt: "Climate control diagnostics"
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-with-wires-workshop_23-2147897983.jpg?_wi=4", imageAlt: "Climate control diagnostics"
}
]
}