From 015e1f09674aae766b7dc100f4af3036c5d65a3b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 01:55:45 +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 9dbd2a0..4b7cd81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,7 +140,7 @@ export default function LandingPage() { name: "Taiyaki", price: "$7.00", variant: "Ube, Red Bean, Custard", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-cookie-tasty-cookie-with-peanut_114579-85302.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-cookie-tasty-cookie-with-peanut_114579-85302.jpg?_wi=1", imageAlt: "Fresh Taiyaki with various fillings", }, { @@ -148,7 +148,7 @@ export default function LandingPage() { name: "Matcha Soft Serve", price: "$6.50", variant: "Rich, creamy, premium matcha", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-pistachio-icecream-with-nuts_23-2148431190.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-pistachio-icecream-with-nuts_23-2148431190.jpg?_wi=1", imageAlt: "Creamy Matcha Green Tea Soft Serve", }, { @@ -156,7 +156,7 @@ export default function LandingPage() { name: "Taro Milk Tea", price: "$5.75", variant: "Sweet, smooth, addictive Boba", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-iced-coffee_1150-14264.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-iced-coffee_1150-14264.jpg?_wi=1", imageAlt: "Sweet and smooth Taro Milk Tea with Boba", }, { @@ -164,7 +164,7 @@ export default function LandingPage() { name: "Chocolate Taiyaki", price: "$7.50", variant: "Decadent chocolate filling", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-cookie-tasty-cookie-with-peanut_114579-85302.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-cookie-tasty-cookie-with-peanut_114579-85302.jpg?_wi=2", imageAlt: "Taiyaki with chocolate filling", }, ]} @@ -228,7 +228,7 @@ export default function LandingPage() { name: "Taiyaki", price: "$7.00", variant: "Ube, Red Bean, Custard", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-cookie-tasty-cookie-with-peanut_114579-85302.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-cookie-tasty-cookie-with-peanut_114579-85302.jpg?_wi=3", imageAlt: "Fresh Taiyaki with various fillings", }, { @@ -236,7 +236,7 @@ export default function LandingPage() { name: "Matcha Soft Serve", price: "$6.50", variant: "Rich, creamy, premium matcha", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-pistachio-icecream-with-nuts_23-2148431190.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-pistachio-icecream-with-nuts_23-2148431190.jpg?_wi=2", imageAlt: "Creamy Matcha Green Tea Soft Serve", }, { @@ -244,7 +244,7 @@ export default function LandingPage() { name: "Taro Milk Tea", price: "$5.75", variant: "Sweet, smooth, addictive Boba", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-iced-coffee_1150-14264.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-iced-coffee_1150-14264.jpg?_wi=2", imageAlt: "Sweet and smooth Taro Milk Tea with Boba", }, { @@ -252,7 +252,7 @@ export default function LandingPage() { name: "Chocolate Taiyaki", price: "$7.50", variant: "Decadent chocolate filling", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-cookie-tasty-cookie-with-peanut_114579-85302.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-cookie-tasty-cookie-with-peanut_114579-85302.jpg?_wi=4", imageAlt: "Taiyaki with chocolate filling", }, ]} -- 2.49.1