From cbfc736a2a2a7ad9f106cea1e9ac02900901383d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 14:25:40 +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 cbb52bd..b467940 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,35 +64,35 @@ export default function LandingPage() { handle: "@elena_m", testimonial: "The best roast in the city. The atmosphere is unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-drinking-coffee_23-2150378310.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-drinking-coffee_23-2150378310.jpg?_wi=1", }, { name: "Mark S.", handle: "@marks", testimonial: "Perfectly crafted lattes every single time. My go-to spot.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-young-girl-posing_23-2148421623.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-young-girl-posing_23-2148421623.jpg?_wi=1", }, { name: "Sarah P.", handle: "@sarahp", testimonial: "A cozy haven. The staff really knows their coffee.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-meeting-restaurant_23-2148395335.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-meeting-restaurant_23-2148395335.jpg?_wi=1", }, { name: "David W.", handle: "@davidw", testimonial: "I love the attention to detail in their brewing methods.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-reading-book-drinking-his-tea-desk_114579-28416.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-reading-book-drinking-his-tea-desk_114579-28416.jpg?_wi=1", }, { name: "Jessica R.", handle: "@jessr", testimonial: "Absolutely wonderful place for a quick morning pick-me-up.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-their-cups-tea_23-2148693090.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-their-cups-tea_23-2148693090.jpg?_wi=1", }, ]} buttons={[ @@ -237,7 +237,7 @@ export default function LandingPage() { role: "Designer", company: "Studio B", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-drinking-coffee_23-2150378310.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-drinking-coffee_23-2150378310.jpg?_wi=2", }, { id: "t2", @@ -245,7 +245,7 @@ export default function LandingPage() { role: "Developer", company: "TechLabs", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-young-girl-posing_23-2148421623.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-young-girl-posing_23-2148421623.jpg?_wi=2", }, { id: "t3", @@ -253,7 +253,7 @@ export default function LandingPage() { role: "Teacher", company: "Oak High", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-meeting-restaurant_23-2148395335.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-meeting-restaurant_23-2148395335.jpg?_wi=2", }, { id: "t4", @@ -261,7 +261,7 @@ export default function LandingPage() { role: "Manager", company: "GrowthCo", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-reading-book-drinking-his-tea-desk_114579-28416.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-reading-book-drinking-his-tea-desk_114579-28416.jpg?_wi=2", }, { id: "t5", @@ -269,7 +269,7 @@ export default function LandingPage() { role: "Artist", company: "Art Collective", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-their-cups-tea_23-2148693090.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-their-cups-tea_23-2148693090.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1