From fd0c76ef061262cd70a9f06a5deb53ff353d43eb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 21:30:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 13fdd95..6734ffb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,21 +83,21 @@ export default function LandingPage() { handle: "@MurfreesboroMom", testimonial: "\"I came to this pool today with one of my friends and it was a very good and chill pool. Definitely coming back!\"", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg?_wi=1", }, { name: "Michael C.", handle: "@PoolEnthusiast", testimonial: "\"I love this pool because everybody there is chill. Great atmosphere and always clean.\"", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-looking-camera-hat-trendy-girl-casual-summer-white-t-shirt-yellow-skirt-round-sunglasses-positive-female-shows-facial-emotions-shows-peace-sign_158538-15869.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-looking-camera-hat-trendy-girl-casual-summer-white-t-shirt-yellow-skirt-round-sunglasses-positive-female-shows-facial-emotions-shows-peace-sign_158538-15869.jpg?_wi=1", }, { name: "Emily R.", handle: "@CommunityLover", testimonial: "\"A community pool that's only as good as the community that supports it. Muirwood's community is amazing!\"", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/headshot-handsome-young-model-with-fuzzy-beard-stylish-headwear-t-shirt-with-rolled-up-sleeves-looking-away-while-posing-indoors_273609-1773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/headshot-handsome-young-model-with-fuzzy-beard-stylish-headwear-t-shirt-with-rolled-up-sleeves-looking-away-while-posing-indoors_273609-1773.jpg?_wi=1", }, { name: "David K.", @@ -156,7 +156,7 @@ export default function LandingPage() { }, ]} avatarText="⭐ 4.9 Rating | 👨‍👩‍👧 Family Friendly | 🏊 Community Pool | 📍 Murfreesboro, TN" - imageSrc="http://img.b2bpic.net/free-photo/dad-holding-his-happy-daughter-his-hands-pool_1268-23284.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dad-holding-his-happy-daughter-his-hands-pool_1268-23284.jpg?_wi=1" imageAlt="Muirwood Subdivision Pool on a sunny day" marqueeItems={[ { @@ -234,7 +234,7 @@ export default function LandingPage() { imageAlt: "Clean pool water", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/dad-holding-his-happy-daughter-his-hands-pool_1268-23284.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dad-holding-his-happy-daughter-his-hands-pool_1268-23284.jpg?_wi=2", imageAlt: "crystal clear pool water clean", }, { @@ -251,7 +251,7 @@ export default function LandingPage() { imageAlt: "Spacious pool area", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg?_wi=2", imageAlt: "crystal clear pool water clean", }, { @@ -268,7 +268,7 @@ export default function LandingPage() { imageAlt: "Families enjoying community pool", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-looking-camera-hat-trendy-girl-casual-summer-white-t-shirt-yellow-skirt-round-sunglasses-positive-female-shows-facial-emotions-shows-peace-sign_158538-15869.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-looking-camera-hat-trendy-girl-casual-summer-white-t-shirt-yellow-skirt-round-sunglasses-positive-female-shows-facial-emotions-shows-peace-sign_158538-15869.jpg?_wi=2", imageAlt: "crystal clear pool water clean", }, { @@ -285,7 +285,7 @@ export default function LandingPage() { imageAlt: "Murfreesboro neighborhood", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/headshot-handsome-young-model-with-fuzzy-beard-stylish-headwear-t-shirt-with-rolled-up-sleeves-looking-away-while-posing-indoors_273609-1773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/headshot-handsome-young-model-with-fuzzy-beard-stylish-headwear-t-shirt-with-rolled-up-sleeves-looking-away-while-posing-indoors_273609-1773.jpg?_wi=2", imageAlt: "crystal clear pool water clean", }, ]} -- 2.49.1