From 953746f3aef4d5bf3c85dac25c4d9296f3a52f78 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 17:06:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bd16525..1779ce0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/essential-kitchen-items-moody-backdrop_58702-17816.jpg" + imageSrc="http://img.b2bpic.net/free-photo/essential-kitchen-items-moody-backdrop_58702-17816.jpg?_wi=1" imageAlt="Cozy coffee shop interior with warm lighting" /> @@ -120,7 +120,7 @@ export default function LandingPage() { imageAlt: "Traditional Taiwanese tea ceremony setup", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/essential-kitchen-items-moody-backdrop_58702-17816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/essential-kitchen-items-moody-backdrop_58702-17816.jpg?_wi=2", imageAlt: "taiwanese tea ceremony traditional setup", }, { @@ -154,7 +154,7 @@ export default function LandingPage() { imageAlt: "Assortment of artisan pastries", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/glass-latte-with-foam-decorated-with-coffee-beans-flowers_140725-1439.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-latte-with-foam-decorated-with-coffee-beans-flowers_140725-1439.jpg?_wi=1", imageAlt: "taiwanese tea ceremony traditional setup", }, ]} @@ -175,7 +175,7 @@ export default function LandingPage() { name: "Classic Latte", price: "$5.50", variant: "Espresso", - imageSrc: "http://img.b2bpic.net/free-photo/glass-latte-with-foam-decorated-with-coffee-beans-flowers_140725-1439.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-latte-with-foam-decorated-with-coffee-beans-flowers_140725-1439.jpg?_wi=2", imageAlt: "Classic latte with beautiful latte art", }, { -- 2.49.1