From 86ab873238cf6d941c982e7632dcf8822bdb42dd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:23:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c0807f2..6357515 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -176,11 +176,11 @@ 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/people-their-office-job-showing-inclusivity_23-2149571097.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/people-their-office-job-showing-inclusivity_23-2149571097.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/happy-african-american-auto-mechanic-repair-shop_637285-9436.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/people-their-office-job-showing-inclusivity_23-2149571097.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/people-their-office-job-showing-inclusivity_23-2149571097.jpg?_wi=2", imageAlt: "Elena Rodriguez, Detailing Master"}, ], }, ]} -- 2.49.1