From 61db5d686d58ea7dde6653889be5c521578d0fe1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 17:20:43 +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 1e4bcbb..b7468a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,11 +45,11 @@ export default function LandingPage() { tag="Traditional Catalan" background={{ variant: "plain" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-assortment_23-2149072581.jpg", imageAlt: "Warm restaurant interior with traditional decor" }, + { imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-assortment_23-2149072581.jpg?_wi=1", imageAlt: "Warm restaurant interior with traditional decor" }, { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-raclette-dish-with-delicious-food-assortment_23-2149514100.jpg", imageAlt: "Traditional Catalan tapas beautifully plated" }, { imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20505.jpg", imageAlt: "Intimate restaurant atmosphere with candlelight" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-eating-together-outside_23-2149019353.jpg", imageAlt: "Family enjoying meal together at our restaurant" }, - { imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-assortment_23-2149072581.jpg", imageAlt: "Restaurant interior seating arrangement" } + { imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-assortment_23-2149072581.jpg?_wi=2", imageAlt: "Restaurant interior seating arrangement" } ]} buttons={[ { text: "Reserve your table now", href: "contact" }