From ea98b2d58c7916999dd1cd51c258900295b48950 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 17:21:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8adeaa8..11fff8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,23 +67,23 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-chinese-reunion-dinner-dishes_23-2151089077.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-chinese-reunion-dinner-dishes_23-2151089077.jpg?_wi=1", imageAlt: "Dim Sum Platter", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-chicken-sauce-with-sesame_141793-280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-chicken-sauce-with-sesame_141793-280.jpg?_wi=1", imageAlt: "Chef Cooking", }, { - imageSrc: "http://img.b2bpic.net/free-photo/asian-food-near-black-cloth_23-2147747043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-food-near-black-cloth_23-2147747043.jpg?_wi=1", imageAlt: "Steamed Dumplings", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-food-table-arrangement_23-2149139500.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-food-table-arrangement_23-2149139500.jpg?_wi=1", imageAlt: "Crispy Spring Rolls", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-new-year-dish_23-2148357992.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-new-year-dish_23-2148357992.jpg?_wi=1", imageAlt: "Hand Pulled Noodles", }, { @@ -210,7 +210,7 @@ export default function LandingPage() { text: "Reserve Now", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-chinese-reunion-dinner-dishes_23-2151089077.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-chinese-reunion-dinner-dishes_23-2151089077.jpg?_wi=2", imageAlt: "Noodles amidst Asian food", }, { @@ -228,7 +228,7 @@ export default function LandingPage() { text: "Reserve Now", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-chicken-sauce-with-sesame_141793-280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-chicken-sauce-with-sesame_141793-280.jpg?_wi=2", imageAlt: "Noodles amidst Asian food", }, ]} @@ -277,7 +277,7 @@ export default function LandingPage() { quote: "The best dim sum I've had in the city. Truly authentic and delicious.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/lovely-couple-celebrating-valentine-s-day-with-bottle-wine_23-2148435715.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-chinese-reunion-dinner-dishes_23-2151089077.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-chinese-reunion-dinner-dishes_23-2151089077.jpg?_wi=3", imageAlt: "customer dining experience", }, { @@ -288,7 +288,7 @@ export default function LandingPage() { quote: "Wonderful staff and even better food. The Peking duck is a must-try.", tag: "Dinner Guest", avatarSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-chicken-sauce-with-sesame_141793-280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-vegetables-chicken-sauce-with-sesame_141793-280.jpg?_wi=3", imageAlt: "customer dining experience", }, { @@ -299,7 +299,7 @@ export default function LandingPage() { quote: "I love the Kung Pao chicken! It reminds me of the traditional cooking back home.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269188.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/asian-food-near-black-cloth_23-2147747043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-food-near-black-cloth_23-2147747043.jpg?_wi=2", imageAlt: "customer dining experience", }, { @@ -310,7 +310,7 @@ export default function LandingPage() { quote: "Perfect spot for family dinners. The set menus offer great value for everyone.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-food-table-arrangement_23-2149139500.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-food-table-arrangement_23-2149139500.jpg?_wi=2", imageAlt: "customer dining experience", }, { @@ -321,7 +321,7 @@ export default function LandingPage() { quote: "Fast service and incredible flavors. Definitely my go-to restaurant for Chinese food.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-his-girlfriend-lunch-time-restaurant_637285-1937.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-new-year-dish_23-2148357992.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-new-year-dish_23-2148357992.jpg?_wi=2", imageAlt: "customer dining experience", }, ]} -- 2.49.1