From 90d8be1c5467157c91718617d5aa28914333cf13 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 08:24:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c73a2e..78acae0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,16 +54,16 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1840.jpg", imageAlt: "Fresh Italian pasta" }, { - imageSrc: "http://img.b2bpic.net/free-photo/fettuccine-pasta-chicken-mushroom-parmesan-tomato-mint-sumakh-cocktail-side-view_141793-2362.jpg?_wi=1", imageAlt: "Creamy risotto dish" + imageSrc: "http://img.b2bpic.net/free-photo/fettuccine-pasta-chicken-mushroom-parmesan-tomato-mint-sumakh-cocktail-side-view_141793-2362.jpg", imageAlt: "Creamy risotto dish" }, { - imageSrc: "http://img.b2bpic.net/free-photo/chocolade-eclairs-table_140725-9377.jpg?_wi=1", imageAlt: "Authentic tiramisu" + imageSrc: "http://img.b2bpic.net/free-photo/chocolade-eclairs-table_140725-9377.jpg", imageAlt: "Authentic tiramisu" }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-azerbaijani-buglama-white-plate-with-herbs_140725-10406.jpg?_wi=1", imageAlt: "Braised osso buco" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-azerbaijani-buglama-white-plate-with-herbs_140725-10406.jpg", imageAlt: "Braised osso buco" }, { - imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-grated-cheese-greens_140725-8747.jpg?_wi=1", imageAlt: "Pappardelle with truffle" + imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-grated-cheese-greens_140725-8747.jpg", imageAlt: "Pappardelle with truffle" } ]} buttons={[ @@ -78,6 +78,7 @@ export default function LandingPage() {