From dffa0321d0760dcadd1f165dce8079f7b971de04 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 18:08:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0df35bd..6a739c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,27 +69,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-porch-with-autumn-wreaths_73683-2254.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-porch-with-autumn-wreaths_73683-2254.jpg?_wi=1", imageAlt: "Authentic Irish pub atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/meat-carpaccio-with-parmesan-arugula_140725-9869.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/meat-carpaccio-with-parmesan-arugula_140725-9869.jpg?_wi=1", imageAlt: "Professional culinary preparation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg?_wi=1", imageAlt: "Gourmet steak dish", }, { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-plated-fish-dish-with-lemon-garnish_23-2151991786.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-plated-fish-dish-with-lemon-garnish_23-2151991786.jpg?_wi=1", imageAlt: "Pan seared fish dish", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-137788.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-137788.jpg?_wi=1", imageAlt: "Artistic dessert plate", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491774.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491774.jpg?_wi=1", imageAlt: "Cozy pub table setting", }, ]} @@ -104,7 +104,7 @@ export default function LandingPage() { description="Located just steps from the Zoo and thermal baths, 424 Irish Pub brings a unique blend of heritage and modern gastronomy. We take pride in our service and warm, welcoming environment." subdescription="Whether you are a local regular or an international visitor, our team is dedicated to providing an unforgettable dining experience." icon={Utensils} - imageSrc="http://img.b2bpic.net/free-photo/meat-carpaccio-with-parmesan-arugula_140725-9869.jpg" + imageSrc="http://img.b2bpic.net/free-photo/meat-carpaccio-with-parmesan-arugula_140725-9869.jpg?_wi=2" mediaAnimation="slide-up" imageAlt="Professional kitchen staff presentation" /> @@ -121,19 +121,19 @@ export default function LandingPage() { id: "p1", name: "Traditional Guinness Stew", price: "4,900 HUF", - imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gourmet-seared-duck-breast-with-roasted-vegetables-rich-sauce_84443-72273.jpg?_wi=2", }, { id: "p2", name: "Sóstó River Trout", price: "5,200 HUF", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-plated-fish-dish-with-lemon-garnish_23-2151991786.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-plated-fish-dish-with-lemon-garnish_23-2151991786.jpg?_wi=2", }, { id: "p3", name: "Irish Coffee & Brownie", price: "2,400 HUF", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-137788.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-137788.jpg?_wi=2", }, ]} title="Gastronomic Delights" @@ -153,7 +153,7 @@ export default function LandingPage() { role: "Tourist", company: "UK", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491774.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491774.jpg?_wi=2", }, { id: "t2", @@ -215,7 +215,7 @@ export default function LandingPage() {