From 77826868ce8434517f3bec69cedd48d39f402ee8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 19:19:51 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 18a2dbc..fa8b024 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -74,9 +74,9 @@ export default function HomePage() { description="Here is what our community is saying about our public course." testimonials={[ { - name: "John D.", role: "Weekend Golfer", quote: "One of the best bang-for-your-buck courses around.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-male-golfer-holding-golf-club_171337-6503.jpg"}, + name: "John D.", role: "Weekend Golfer", quote: "One of the best bang-for-your-buck courses around.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-male-golfer-holding-golf-club_171337-6503.jpg?_wi=1"}, { - name: "Sarah M.", role: "Member", quote: "Greens are always in good shape.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-male-golfer-with-club-resting_171337-6608.jpg"}, + name: "Sarah M.", role: "Member", quote: "Greens are always in good shape.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-male-golfer-with-club-resting_171337-6608.jpg?_wi=1"}, { name: "David K.", role: "Tournament Organizer", quote: "Best public course in Montgomery.", imageSrc: "http://img.b2bpic.net/free-photo/young-golfer-hitting-shot-with-iron-mature-man-sunglasses-enjoing-professional-game-green-course_549566-838.jpg"}, { @@ -95,8 +95,8 @@ export default function HomePage() { title="Meet The Pros" description="The passionate team behind the Aroostook experience." members={[ - { name: "Alex Rivers", role: "General Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-male-golfer-holding-golf-club_171337-6503.jpg" }, - { name: "Sarah Chen", role: "Head Pro", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-male-golfer-with-club-resting_171337-6608.jpg" } + { name: "Alex Rivers", role: "General Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-male-golfer-holding-golf-club_171337-6503.jpg?_wi=2" }, + { name: "Sarah Chen", role: "Head Pro", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-male-golfer-with-club-resting_171337-6608.jpg?_wi=2" } ]} /> -- 2.49.1