From c575aacc8b3234d6a8841b8329ab4e7783cba83d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:32:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 02d798a..8d9cb8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@elena_brew", testimonial: "The best cold brew I've had in years. So smooth.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-153337.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-153337.jpg?_wi=1", imageAlt: "cozy coffee shop interior warm light", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@sj_coffee", testimonial: "The house blend is truly unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-coffee-coffee-maker_23-2148366573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-coffee-coffee-maker_23-2148366573.jpg?_wi=1", imageAlt: "cozy coffee shop interior warm light", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@tp_beans", testimonial: "My morning ritual is not complete without them.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-pastry-wooden-surface_23-2147892931.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-pastry-wooden-surface_23-2147892931.jpg?_wi=1", imageAlt: "cozy coffee shop interior warm light", }, { @@ -99,11 +99,11 @@ export default function LandingPage() { handle: "@janel", testimonial: "Love the local art on the walls.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/three-golden-croissants-dark-slate-background_84443-85775.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-golden-croissants-dark-slate-background_84443-85775.jpg?_wi=1", imageAlt: "cozy coffee shop interior warm light", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-153337.jpg" + imageSrc="http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-153337.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/coffee-mug_74190-2644.jpg", @@ -193,13 +193,13 @@ export default function LandingPage() { id: "p1", name: "Signature Drip", price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-pastry-wooden-surface_23-2147892931.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-pastry-wooden-surface_23-2147892931.jpg?_wi=2", }, { id: "p2", name: "Buttery Croissant", price: "$3.75", - imageSrc: "http://img.b2bpic.net/free-photo/three-golden-croissants-dark-slate-background_84443-85775.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/three-golden-croissants-dark-slate-background_84443-85775.jpg?_wi=2", }, { id: "p3", @@ -241,7 +241,7 @@ export default function LandingPage() { title: "Fresh Roast", description: "Roasted in small batches every morning.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-coffee-coffee-maker_23-2148366573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-coffee-coffee-maker_23-2148366573.jpg?_wi=2", }, items: [ { @@ -258,7 +258,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-153337.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-cafe-with-brick-walls_53876-153337.jpg?_wi=3", imageAlt: "modern espresso machine brewing", }, ]} -- 2.49.1