diff --git a/src/app/page.tsx b/src/app/page.tsx index a134e92..fc23d4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ] }