From d74f27f312eaf36067a6e8e7d7f4bb95636458d2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:55:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 79 +++++++++++++++++++++++++++++++----------------- 1 file changed, 52 insertions(+), 27 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f9dbe6d..8bb9ceb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,9 +50,11 @@ export default function LandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/baked-potato-wooden-board-with-pepper-tomato-sauces-side-view_141793-3694.jpg?_wi=1", imageAlt: "Delicious Lebanese shawarma, hummus, and grilled meats"}, + imageSrc: "http://img.b2bpic.net/free-photo/baked-potato-wooden-board-with-pepper-tomato-sauces-side-view_141793-3694.jpg", imageAlt: "Delicious Lebanese shawarma, hummus, and grilled meats" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-local-food-dish_23-2148833850.jpg?_wi=1", imageAlt: "Crispy golden falafel and traditional appetizers"}, + imageSrc: "http://img.b2bpic.net/free-photo/composition-with-delicious-local-food-dish_23-2148833850.jpg", imageAlt: "Crispy golden falafel and traditional appetizers" + }, ]} rating={5} ratingText="Authentic Lebanese Cuisine • 10€–20€ per person" @@ -63,7 +65,6 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaAnimation="slide-up" ariaLabel="Rannouch City Lebanese Restaurant hero section" - useInvertedBackground={false} /> @@ -71,7 +72,8 @@ export default function LandingPage() {