From c93a0da20983974b8bc7ab4f6d2a497fd45cfdcc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 05:21:36 +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 c784831..08ca861 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,7 +95,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/flat-lay-cup-coffee-macarons_23-2148349701.jpg" + imageSrc="http://img.b2bpic.net/free-photo/flat-lay-cup-coffee-macarons_23-2148349701.jpg?_wi=1" imageAlt="Delicious Caffe Paradiso salted brown butter oat latte" mediaAnimation="slide-up" avatars={[ @@ -174,7 +174,7 @@ export default function LandingPage() { price: "$7.50", rating: 5, reviewCount: "200+", - imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-smiling-with-big-chocolate-milkshake-coffee-shop_135149-16.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-smiling-with-big-chocolate-milkshake-coffee-shop_135149-16.jpg?_wi=1", imageAlt: "Salted Brown Butter Oat Latte", }, { @@ -184,7 +184,7 @@ export default function LandingPage() { price: "$6.50", rating: 5, reviewCount: "150+", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648688.jpg?_wi=1", imageAlt: "Paradiso Cream Top", }, { @@ -194,7 +194,7 @@ export default function LandingPage() { price: "$7.00", rating: 5, reviewCount: "120+", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-mokachino-coffee-with-eclair_141793-2891.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-mokachino-coffee-with-eclair_141793-2891.jpg?_wi=1", imageAlt: "White Chocolate Shakerato", }, { @@ -204,7 +204,7 @@ export default function LandingPage() { price: "$7.00", rating: 5, reviewCount: "180+", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-with-coffee-cup_23-2150244119.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-with-coffee-cup_23-2150244119.jpg?_wi=1", imageAlt: "Strawberry Matcha", }, { @@ -283,7 +283,7 @@ export default function LandingPage() { tag: "Coffee Lover", avatarSrc: "http://img.b2bpic.net/free-photo/assortment-with-happy-emotion_23-2148860245.jpg", avatarAlt: "Alex P. avatar", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cup-coffee-macarons_23-2148349701.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cup-coffee-macarons_23-2148349701.jpg?_wi=2", imageAlt: "young woman smiling coffee shop", }, { @@ -295,7 +295,7 @@ export default function LandingPage() { tag: "Social Influencer", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-cup-looking-away_23-2148334520.jpg", avatarAlt: "Maria S. avatar", - imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-smiling-with-big-chocolate-milkshake-coffee-shop_135149-16.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-smiling-with-big-chocolate-milkshake-coffee-shop_135149-16.jpg?_wi=2", imageAlt: "young woman smiling coffee shop", }, { @@ -307,7 +307,7 @@ export default function LandingPage() { tag: "Espresso Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2791.jpg", avatarAlt: "David L. avatar", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648688.jpg?_wi=2", imageAlt: "young woman smiling coffee shop", }, { @@ -319,7 +319,7 @@ export default function LandingPage() { tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-glasses-having-glass-water-pub_23-2148682627.jpg", avatarAlt: "Chloe G. avatar", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-mokachino-coffee-with-eclair_141793-2891.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-mokachino-coffee-with-eclair_141793-2891.jpg?_wi=2", imageAlt: "young woman smiling coffee shop", }, { @@ -331,7 +331,7 @@ export default function LandingPage() { tag: "Matcha Lover", avatarSrc: "http://img.b2bpic.net/free-photo/unrecognizable-young-woman-sitting-table-cafe-working-laptop_1098-20175.jpg", avatarAlt: "Sarah J. avatar", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-with-coffee-cup_23-2150244119.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-with-coffee-cup_23-2150244119.jpg?_wi=2", imageAlt: "young woman smiling coffee shop", }, ]} -- 2.49.1