From 009afee0b282cca3d5e61e664f334e8ae84629bd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 18:04:07 +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 38e51b7..4c4efab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-teapot-tangerines-chinese-new-year_23-2148358111.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-teapot-tangerines-chinese-new-year_23-2148358111.jpg?_wi=1", imageAlt: "Authentic Chinese Food", }, { @@ -130,7 +130,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Heritage on Bailey Street" description="Tucked away in the heart of Brynmawr, The Wongs has become a local institution, serving authentic flavors to families across the valleys." - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-eating-asian-food_23-2150288323.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-eating-asian-food_23-2150288323.jpg?_wi=1" /> @@ -232,7 +232,7 @@ export default function LandingPage() { value: "Fast", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-teapot-tangerines-chinese-new-year_23-2148358111.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-teapot-tangerines-chinese-new-year_23-2148358111.jpg?_wi=2", imageAlt: "Tangerines and money bag", }, { @@ -246,7 +246,7 @@ export default function LandingPage() { value: "Original", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-eating-asian-food_23-2150288323.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-eating-asian-food_23-2150288323.jpg?_wi=2", imageAlt: "Tangerines and money bag", }, ]} -- 2.49.1