From 1b0fee5edeff2ac041dc97c1e94c87aa5470c49e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 12:31:31 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8bdd802..0ba9a85 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -45,13 +45,13 @@ export default function AboutPage() { membersAnimation="slide-up" members={[ { - id: "m1", name: "Jose R.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-standing-embraced-auto-repairs-shop-while-car-mechanic-is-background_637285-7788.jpg"}, + id: "m1", name: "Jose R.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-standing-embraced-auto-repairs-shop-while-car-mechanic-is-background_637285-7788.jpg?_wi=1"}, { - id: "m2", name: "Carlos T.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-standing-embraced-auto-repairs-shop-while-car-mechanic-is-background_637285-7788.jpg"}, + id: "m2", name: "Carlos T.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-standing-embraced-auto-repairs-shop-while-car-mechanic-is-background_637285-7788.jpg?_wi=2"}, { - id: "m3", name: "Mike B.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-standing-embraced-auto-repairs-shop-while-car-mechanic-is-background_637285-7788.jpg"}, + id: "m3", name: "Mike B.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-standing-embraced-auto-repairs-shop-while-car-mechanic-is-background_637285-7788.jpg?_wi=3"}, { - id: "m4", name: "Sarah W.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-standing-embraced-auto-repairs-shop-while-car-mechanic-is-background_637285-7788.jpg"}, + id: "m4", name: "Sarah W.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-standing-embraced-auto-repairs-shop-while-car-mechanic-is-background_637285-7788.jpg?_wi=4"}, ]} memberVariant="card" /> @@ -65,7 +65,7 @@ export default function AboutPage() { description="We believe that plumbing is the heartbeat of every home. Jose and his team treat your house like their own, ensuring that every faucet runs smooth and every drain flows free." subdescription="Dedicated to the Hollister community." icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/happy-couple-standing-embraced-auto-repairs-shop-while-car-mechanic-is-background_637285-7788.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-couple-standing-embraced-auto-repairs-shop-while-car-mechanic-is-background_637285-7788.jpg?_wi=5" mediaAnimation="slide-up" /> -- 2.49.1