From 3a0850ad5b268fbeff86298a01edadba308463ad Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 01:37:16 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 24518b4..e4075c7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -82,7 +82,7 @@ export default function AboutPage() { title="Why Choose TFC Motorsports?" tag="Our Commitment" description="We're a dying breed—an honest mechanic who does great work at fair prices. Our commitment to transparency, quality craftsmanship, and customer care has made us Bradenton's most trusted auto repair shop. Whether you drive a personal vehicle or manage a fleet, we treat your car like it's our own." - imageSrc="http://img.b2bpic.net/free-photo/beautiful-car-polishing-service_23-2149212248.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-car-polishing-service_23-2149212248.jpg?_wi=2" imageAlt="Experienced mechanic working professional tools" buttons={[ { @@ -126,37 +126,37 @@ export default function AboutPage() { { id: "1", name: "Sarah Johnson", - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586556.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586556.jpg?_wi=2", imageAlt: "Sarah Johnson", }, { id: "2", name: "Michael Rodriguez", - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-banner-concept-with-copy-space_23-2149601533.jpg?_wi=2", imageAlt: "Michael Rodriguez", }, { id: "3", name: "Jennifer Martinez", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg?_wi=2", imageAlt: "Jennifer Martinez", }, { id: "4", name: "David Chen", - imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-1352.jpg?_wi=2", imageAlt: "David Chen", }, { id: "5", name: "Amanda Williams", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman_23-2147899818.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman_23-2147899818.jpg?_wi=2", imageAlt: "Amanda Williams", }, { id: "6", name: "James Patterson", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg?_wi=2", imageAlt: "James Patterson", }, ]} @@ -169,7 +169,7 @@ export default function AboutPage() {