From 6943902160d9b76c9157e177449217fb66e803fc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 14:41:14 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index ef30a8f..2f31eff 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -77,14 +77,14 @@ export default function App() { handle: "@leosbrews", text: "A sanctuary for coffee lovers. The staff is incredibly knowledgeable and the atmosphere is unmatched.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xyd5ln", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xyd5ln&_wi=1", }, { name: "Chloe T.", handle: "@chloecoffee", text: "I drive across town just for their house blend. It is truly the gold standard for artisanal coffee.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bgc3fs", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bgc3fs&_wi=1", }, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0on7hr" @@ -265,14 +265,14 @@ export default function App() { quote: "My favorite place for a weekend read and an excellent brew.", name: "Kevin T.", role: "Writer", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xyd5ln", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xyd5ln&_wi=2", }, { title: "Unmatched roasts.", quote: "Try their signature blend, you won't regret it.", name: "Sophie J.", role: "Student", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bgc3fs", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bgc3fs&_wi=2", }, ]} /> -- 2.49.1