From f52ebbed2c4dbde92dd90719e7668a87c36024bf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 10:25:47 +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 9747929..3d4ecb6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { href: "#location", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-1205.jpg" + imageSrc="http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-1205.jpg?_wi=1" mediaAnimation="blur-reveal" avatars={[ { @@ -154,21 +154,21 @@ export default function LandingPage() { name: "Cafe Sua Da", price: "$6", variant: "Traditional", - imageSrc: "http://img.b2bpic.net/free-psd/refreshing-iced-coffee-glass_191095-78080.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/refreshing-iced-coffee-glass_191095-78080.jpg?_wi=1", }, { id: "p2", name: "Matcha Latte", price: "$7", variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-psd/refreshing-iced-coffee-glass_191095-78080.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/refreshing-iced-coffee-glass_191095-78080.jpg?_wi=2", }, { id: "p3", name: "Black Roast", price: "$5", variant: "Pure", - imageSrc: "http://img.b2bpic.net/free-psd/refreshing-iced-coffee-glass_191095-78080.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/refreshing-iced-coffee-glass_191095-78080.jpg?_wi=3", }, ]} title="Curated Selection" @@ -186,27 +186,27 @@ export default function LandingPage() { { id: "t1", name: "Sarah J.", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-1205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-1205.jpg?_wi=2", }, { id: "t2", name: "Marcus L.", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-1205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-1205.jpg?_wi=3", }, { id: "t3", name: "Elena R.", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-1205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-1205.jpg?_wi=4", }, { id: "t4", name: "David W.", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-1205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-1205.jpg?_wi=5", }, { id: "t5", name: "Chloe T.", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-1205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-1205.jpg?_wi=6", }, ]} /> -- 2.49.1