From 2be88cfd1ad971f01ecbf94496c6f8568da44a1a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 18:59:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 096ae3e..6d89bb6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,35 +69,35 @@ export default function LandingPage() { handle: "@sarah_gardens", testimonial: "I learned to prune my roses and taught my neighbor how to bake bread. It's been life-changing!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-travel-lviv-view-from-tower_1321-4662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-travel-lviv-view-from-tower_1321-4662.jpg?_wi=1", }, { name: "David Chen", handle: "@david_fixes", testimonial: "The easiest way to connect with people nearby. No money, just pure kindness and skill sharing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-man-taking-stroll_23-2150493047.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-man-taking-stroll_23-2150493047.jpg?_wi=1", }, { name: "Elena Rodriguez", handle: "@elena_knits", testimonial: "I've made three new best friends in my building just by swapping language tips for knitting lessons.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-friends-posing-photo-while-enjoying-hookah_23-2149173694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-friends-posing-photo-while-enjoying-hookah_23-2149173694.jpg?_wi=1", }, { name: "Mark Johnson", handle: "@mark_repairs", testimonial: "Finally fixed my leaking tap thanks to a neighbor who taught me plumbing basics. Truly a gift.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-football-game_23-2149015522.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-football-game_23-2149015522.jpg?_wi=1", }, { name: "Chloe Smith", handle: "@chloe_paints", testimonial: "It's the perfect antidote to feeling isolated in the city. Everyone here wants to help.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-photo-wonderful-blonde-girl-looking-shoulder-inspired-short-haired-european-woman-pink-attire-standing-near-street-restaurant_197531-9055.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-photo-wonderful-blonde-girl-looking-shoulder-inspired-short-haired-european-woman-pink-attire-standing-near-street-restaurant_197531-9055.jpg?_wi=1", }, ]} buttons={[ @@ -250,7 +250,7 @@ export default function LandingPage() { handle: "@sarah_gardens", testimonial: "I learned to prune my roses and taught my neighbor how to bake bread. It's been life-changing!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-travel-lviv-view-from-tower_1321-4662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-travel-lviv-view-from-tower_1321-4662.jpg?_wi=2", }, { id: "2", @@ -258,7 +258,7 @@ export default function LandingPage() { handle: "@david_fixes", testimonial: "The easiest way to connect with people nearby. No money, just pure kindness and skill sharing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-man-taking-stroll_23-2150493047.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-old-man-taking-stroll_23-2150493047.jpg?_wi=2", }, { id: "3", @@ -266,7 +266,7 @@ export default function LandingPage() { handle: "@elena_knits", testimonial: "I've made three new best friends in my building just by swapping language tips for knitting lessons.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-friends-posing-photo-while-enjoying-hookah_23-2149173694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-friends-posing-photo-while-enjoying-hookah_23-2149173694.jpg?_wi=2", }, { id: "4", @@ -274,7 +274,7 @@ export default function LandingPage() { handle: "@mark_repairs", testimonial: "Finally fixed my leaking tap thanks to a neighbor who taught me plumbing basics. Truly a gift.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-football-game_23-2149015522.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-football-game_23-2149015522.jpg?_wi=2", }, { id: "5", @@ -282,7 +282,7 @@ export default function LandingPage() { handle: "@chloe_paints", testimonial: "It's the perfect antidote to feeling isolated in the city. Everyone here wants to help.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-photo-wonderful-blonde-girl-looking-shoulder-inspired-short-haired-european-woman-pink-attire-standing-near-street-restaurant_197531-9055.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-photo-wonderful-blonde-girl-looking-shoulder-inspired-short-haired-european-woman-pink-attire-standing-near-street-restaurant_197531-9055.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1