From 8ec5f4635f7d6609621040b8fc8952fae2ce87ae Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 21:25:03 +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 d054284..f15241f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@traveler", testimonial: "Best coffee in South Central South Dakota! Fast and friendly service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/morning-coffee-with-sunlight_1421-270.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/morning-coffee-with-sunlight_1421-270.jpg?_wi=1", imageAlt: "small town rustic coffee stand drive up", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@local", testimonial: "Always quick and friendly. My latte was amazing every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-barista-serving-cups-coffee_23-2148522983.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-barista-serving-cups-coffee_23-2148522983.jpg?_wi=1", imageAlt: "small town rustic coffee stand drive up", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@daily", testimonial: "The best way to start a long road trip. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-stylish-woman-holding-coffee-cup_171337-13345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-stylish-woman-holding-coffee-cup_171337-13345.jpg?_wi=1", imageAlt: "small town rustic coffee stand drive up", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@tourist", testimonial: "Friendly service and great coffee—what more could you ask for?", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-wearing-aprons-having-coffee-shop_23-2148366648.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-wearing-aprons-having-coffee-shop_23-2148366648.jpg?_wi=1", imageAlt: "small town rustic coffee stand drive up", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { handle: "@regular", testimonial: "The quality here is consistently excellent. My go-to stop.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-posing-with-coffee-cup_23-2148366705.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-posing-with-coffee-cup_23-2148366705.jpg?_wi=1", imageAlt: "small town rustic coffee stand drive up", }, ]} @@ -109,7 +109,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/morning-coffee-with-sunlight_1421-270.jpg" + imageSrc="http://img.b2bpic.net/free-photo/morning-coffee-with-sunlight_1421-270.jpg?_wi=2" mediaAnimation="slide-up" avatars={[ { @@ -169,7 +169,7 @@ export default function LandingPage() { quote: "BEST COFFEE IN SOUTH CENTRAL SOUTH DAKOTA!!!", name: "Sarah Johnson", role: "Traveler", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-barista-serving-cups-coffee_23-2148522983.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-barista-serving-cups-coffee_23-2148522983.jpg?_wi=2", }, { id: "2", @@ -177,7 +177,7 @@ export default function LandingPage() { quote: "Super quick and friendly… latte was amazing.", name: "Mark Miller", role: "Commuter", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-stylish-woman-holding-coffee-cup_171337-13345.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-stylish-woman-holding-coffee-cup_171337-13345.jpg?_wi=2", }, { id: "3", @@ -185,7 +185,7 @@ export default function LandingPage() { quote: "The gentleman was super polite — great conversation while he made the coffee.", name: "Emily Davis", role: "Regular", - imageSrc: "http://img.b2bpic.net/free-photo/couple-wearing-aprons-having-coffee-shop_23-2148366648.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-wearing-aprons-having-coffee-shop_23-2148366648.jpg?_wi=2", }, { id: "4", @@ -193,7 +193,7 @@ export default function LandingPage() { quote: "Highly recommend stopping by. Great energy and drinks.", name: "David Wilson", role: "Tourist", - imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-posing-with-coffee-cup_23-2148366705.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-posing-with-coffee-cup_23-2148366705.jpg?_wi=2", }, { id: "5", -- 2.49.1