From 217078067491ae9eaa80684489059ad35ae1bb8e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 12:17:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e27833..3f48ab1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,7 +97,7 @@ export default function LandingPage() { }, { id: "secondi", title: "Secondi Piatti", author: "Main Courses", description: "Premium meat and seafood dishes prepared with traditional Italian techniques and fresh Mediterranean ingredients.", tags: ["Premium", "Fresh"], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-with-tomatoes-parsley-white-table_1253-953.jpg", imageAlt: "Grilled fish dish" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-with-tomatoes-parsley-white-table_1253-953.jpg?_wi=1", imageAlt: "Grilled fish dish" }, { id: "desserts", title: "Desserts", author: "Sweet Endings", description: "Traditional Italian desserts including tiramisu, panna cotta, and freshly made gelato.", tags: ["Authentic", "Homemade"], @@ -123,7 +123,7 @@ export default function LandingPage() { id: "dish-1", name: "Risotto", price: "Premium", variant: "Seasonal Special", imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-table-top-view_23-2149629079.jpg", imageAlt: "Italian risotto" }, { - id: "dish-2", name: "Grilled Fish", price: "Premium", variant: "Fresh Catch", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-with-tomatoes-parsley-white-table_1253-953.jpg", imageAlt: "Grilled fish" + id: "dish-2", name: "Grilled Fish", price: "Premium", variant: "Fresh Catch", imageSrc: "http://img.b2bpic.net/free-photo/top-view-spaghetti-pasta-with-tomatoes-parsley-white-table_1253-953.jpg?_wi=2", imageAlt: "Grilled fish" }, { id: "ambiance", name: "Dining Ambiance", price: "Experience", variant: "Elegant Setting", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dinner-arrangement-night_23-2149190924.jpg", imageAlt: "Restaurant interior" -- 2.49.1