From 3738dd7d8651686a4b170c3c408f9be9e9ae198c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 19:01:21 +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 eaeb9a1..af7cad3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,35 +63,35 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "Best pizza in the county. Feels like family every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/photo-mixed-race-young-family-couple-have-tasty-dish_273609-44915.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-mixed-race-young-family-couple-have-tasty-dish_273609-44915.jpg?_wi=1", }, { name: "Mark D.", handle: "@markd", testimonial: "The crust is incredible. A total hidden gem!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-bar_1303-19908.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-bar_1303-19908.jpg?_wi=1", }, { name: "Lisa K.", handle: "@lisak", testimonial: "Cold beer and great atmosphere. Love this place.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg?_wi=1", }, { name: "John B.", handle: "@johnb", testimonial: "Legendary flavor. My go-to spot for Friday nights.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg?_wi=1", }, { name: "Emily R.", handle: "@emilyr", testimonial: "Small-town soul at its finest. Don't miss the loaded pizza!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-having-lunch-talking-each-other-pub-focus-is-happy-woman_637285-4087.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-having-lunch-talking-each-other-pub-focus-is-happy-woman_637285-4087.jpg?_wi=1", }, ]} buttons={[ @@ -241,7 +241,7 @@ export default function LandingPage() { role: "Local", company: "Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/photo-mixed-race-young-family-couple-have-tasty-dish_273609-44915.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-mixed-race-young-family-couple-have-tasty-dish_273609-44915.jpg?_wi=2", }, { id: "2", @@ -249,7 +249,7 @@ export default function LandingPage() { role: "Visitor", company: "RoadTripper", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-bar_1303-19908.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-bar_1303-19908.jpg?_wi=2", }, { id: "3", @@ -257,7 +257,7 @@ export default function LandingPage() { role: "Local", company: "Business Owner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg?_wi=2", }, { id: "4", @@ -265,7 +265,7 @@ export default function LandingPage() { role: "Local", company: "Regular", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg?_wi=2", }, { id: "5", @@ -273,7 +273,7 @@ export default function LandingPage() { role: "Visitor", company: "Food Enthusiast", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-having-lunch-talking-each-other-pub-focus-is-happy-woman_637285-4087.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-having-lunch-talking-each-other-pub-focus-is-happy-woman_637285-4087.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1