From ff44deca2b2f1e264da35753424978637b3e1d0f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 10:38:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f5d189..fb45cfc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,10 +51,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-psd/korean-restaurant-youtube-cover_23-2150002513.jpg", imageAlt: "Panda Restaurant Hero" }, { - imageSrc: "http://img.b2bpic.net/free-photo/japanese-ramen-noodle-table_1232-2270.jpg", imageAlt: "Signature Noodles" + imageSrc: "http://img.b2bpic.net/free-photo/japanese-ramen-noodle-table_1232-2270.jpg?_wi=1", imageAlt: "Signature Noodles" }, { - imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-bakso-bowl_23-2148967858.jpg", imageAlt: "Steamed Dumplings" + imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-bakso-bowl_23-2148967858.jpg?_wi=1", imageAlt: "Steamed Dumplings" } ]} buttons={[ @@ -77,10 +77,10 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Signature Pad Thai", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/japanese-ramen-noodle-table_1232-2270.jpg", imageAlt: "Pad Thai" + id: "1", name: "Signature Pad Thai", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/japanese-ramen-noodle-table_1232-2270.jpg?_wi=2", imageAlt: "Pad Thai" }, { - id: "2", name: "Steamed Dumplings", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-bakso-bowl_23-2148967858.jpg", imageAlt: "Dumplings" + id: "2", name: "Steamed Dumplings", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-bakso-bowl_23-2148967858.jpg?_wi=2", imageAlt: "Dumplings" }, { id: "3", name: "Vegetable Stir-Fry", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-such-as-pepper-carrot-onions-with-sliced-meat-dish-light-desk-vegetable-food-meal-vitamine_140725-34484.jpg", imageAlt: "Stir-Fry" @@ -125,11 +125,11 @@ export default function LandingPage() { }, { id: 2, - title: "Premium Ingredients", description: "Sourced from trusted suppliers, we use only the finest and freshest ingredients to ensure exceptional quality in every dish", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-bakso-bowl_23-2148967858.jpg", imageAlt: "Quality Ingredients" + title: "Premium Ingredients", description: "Sourced from trusted suppliers, we use only the finest and freshest ingredients to ensure exceptional quality in every dish", imageSrc: "http://img.b2bpic.net/free-photo/composition-delicious-bakso-bowl_23-2148967858.jpg?_wi=3", imageAlt: "Quality Ingredients" }, { id: 3, - title: "Expert Chefs", description: "Our culinary team brings decades of combined experience, trained in traditional techniques and contemporary cuisine innovation", imageSrc: "http://img.b2bpic.net/free-photo/japanese-ramen-noodle-table_1232-2270.jpg", imageAlt: "Expert Preparation" + title: "Expert Chefs", description: "Our culinary team brings decades of combined experience, trained in traditional techniques and contemporary cuisine innovation", imageSrc: "http://img.b2bpic.net/free-photo/japanese-ramen-noodle-table_1232-2270.jpg?_wi=3", imageAlt: "Expert Preparation" } ]} />