From a9e1ce8edd37fb616e87210d2f620ff33a8b5738 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:16:39 +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 fd3636c..7fc67fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/tasty-fresh-colorful-italian-food-raw-spaghetti-kitchen-table-kitchen-background-cooking-healthy-food-concept_1220-1142.jpg", imageAlt: "Italian pasta preparation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg", imageAlt: "Restaurant dining area" + imageSrc: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg?_wi=1", imageAlt: "Restaurant dining area" } ] }, @@ -92,7 +92,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/chopping-sticks-bowl-soya-sauce-with-thai-traditional-food-wooden-desk_23-2148093113.jpg", imageAlt: "Chinese wok cooking" }, { - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-terrace-lyon_268835-3862.jpg", imageAlt: "Elegant bar setup" + imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-terrace-lyon_268835-3862.jpg?_wi=1", imageAlt: "Elegant bar setup" } ] } @@ -116,7 +116,7 @@ export default function LandingPage() { id: "2", name: "Peking Duck Ravioli", price: "$32", variant: "Italian-Chinese Fusion", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg", imageAlt: "Peking Duck Ravioli" }, { - id: "3", name: "Sichuan Spiced Branzino", price: "$36", variant: "Mediterranean Sea Bass", imageSrc: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg", imageAlt: "Sichuan Spiced Branzino" + id: "3", name: "Sichuan Spiced Branzino", price: "$36", variant: "Mediterranean Sea Bass", imageSrc: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg?_wi=2", imageAlt: "Sichuan Spiced Branzino" } ]} gridVariant="uniform-all-items-equal" @@ -191,7 +191,7 @@ export default function LandingPage() { required: false }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-terrace-lyon_268835-3862.jpg" + imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-terrace-lyon_268835-3862.jpg?_wi=2" imageAlt="Elegant dining ambiance" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1