Update src/app/page.tsx

This commit is contained in:
2026-03-10 16:00:50 +00:00
parent e894db5dfa
commit d9a3e236ad

View File

@@ -184,13 +184,13 @@ export default function LandingPage() {
{
id: "technicians", groupTitle: "Master Technicians", members: [
{
id: "1", title: "Marcus Johnson", subtitle: "Lead Technician", detail: "20+ years luxury vehicle expertise", imageSrc: "http://img.b2bpic.net/free-photo/male-female-mechanics-working-shop-car_23-2150170018.jpg", imageAlt: "Marcus Johnson, Lead Technician"
id: "1", title: "Marcus Johnson", subtitle: "Lead Technician", detail: "20+ years luxury vehicle expertise", imageSrc: "http://img.b2bpic.net/free-photo/male-female-mechanics-working-shop-car_23-2150170018.jpg?_wi=1", imageAlt: "Marcus Johnson, Lead Technician"
},
{
id: "2", title: "David Chen", subtitle: "Performance Specialist", detail: "Engine optimization expert", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-car-mechanic-auto-repair-shop-looking-camera_637285-7794.jpg", imageAlt: "David Chen, Performance Specialist"
},
{
id: "3", title: "Elena Rodriguez", subtitle: "Detailing Master", detail: "Premium finishing specialist", imageSrc: "http://img.b2bpic.net/free-photo/male-female-mechanics-working-shop-car_23-2150170018.jpg", imageAlt: "Elena Rodriguez, Detailing Master"
id: "3", title: "Elena Rodriguez", subtitle: "Detailing Master", detail: "Premium finishing specialist", imageSrc: "http://img.b2bpic.net/free-photo/male-female-mechanics-working-shop-car_23-2150170018.jpg?_wi=2", imageAlt: "Elena Rodriguez, Detailing Master"
}
]
}