From 07725f2567f1ddb2bb21b2bd85906f8346d21f04 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 03:30:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8546096..63cf206 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/cake-with-fresh-strawberries-top_1203-1280.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cake-with-fresh-strawberries-top_1203-1280.jpg?_wi=1" imageAlt="Artisanal ice cream treat" /> @@ -74,7 +74,7 @@ export default function LandingPage() { price: "$6.00", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-ice-creams-arrangement_23-2150696638.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-ice-creams-arrangement_23-2150696638.jpg?_wi=1", }, { id: "2", @@ -92,7 +92,7 @@ export default function LandingPage() { price: "$4.50", rating: 5, reviewCount: "205", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-ice-cubes-glass-wooden-spoon_23-2148441187.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-ice-cubes-glass-wooden-spoon_23-2148441187.jpg?_wi=1", }, { id: "4", @@ -110,7 +110,7 @@ export default function LandingPage() { price: "$12.00", rating: 5, reviewCount: "310", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-holding-bowl-noodles-with-eggs-onion-broccoli-bowl-black-background_23-2148123680.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-holding-bowl-noodles-with-eggs-onion-broccoli-bowl-black-background_23-2148123680.jpg?_wi=1", }, { id: "6", @@ -142,7 +142,7 @@ export default function LandingPage() { quote: "The signature HK milk tea is just like what I used to drink back in Hong Kong. Truly authentic.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/coffee-shop-small-business_23-2149196236.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cake-with-fresh-strawberries-top_1203-1280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cake-with-fresh-strawberries-top_1203-1280.jpg?_wi=2", imageAlt: "Coffee shop small business", }, { @@ -153,7 +153,7 @@ export default function LandingPage() { quote: "The Tonkotsu broth is rich and creamy. The best ramen I've had in the area by far.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-sweet-slice-cake-glass-cabinet_23-2148027938.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-ice-creams-arrangement_23-2150696638.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-ice-creams-arrangement_23-2150696638.jpg?_wi=2", imageAlt: "Coffee shop small business", }, { @@ -164,7 +164,7 @@ export default function LandingPage() { quote: "I love the black sesame soft serve! It has the perfect balance of nuttiness and sweetness.", tag: "Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/wedding-sweets-desserts_1303-10563.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-ice-cubes-glass-wooden-spoon_23-2148441187.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-ice-cubes-glass-wooden-spoon_23-2148441187.jpg?_wi=2", imageAlt: "Coffee shop small business", }, { @@ -175,7 +175,7 @@ export default function LandingPage() { quote: "Such a cozy spot to enjoy a bowl of soup and some dessert with friends.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/cake-with-walnuts-prunes-dried-apricots-dark-wood-background_505751-5234.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-holding-bowl-noodles-with-eggs-onion-broccoli-bowl-black-background_23-2148123680.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-holding-bowl-noodles-with-eggs-onion-broccoli-bowl-black-background_23-2148123680.jpg?_wi=2", imageAlt: "Coffee shop small business", }, ]} -- 2.49.1