diff --git a/src/app/page.tsx b/src/app/page.tsx index 95bdc28..df117b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,11 +54,11 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/bartender-filling-beer-from-bar-pump_107420-65853.jpg", imageAlt: "Interior atmosphere"}, + imageSrc: "http://img.b2bpic.net/free-photo/bartender-filling-beer-from-bar-pump_107420-65853.jpg?_wi=1", imageAlt: "Interior atmosphere"}, { - imageSrc: "http://img.b2bpic.net/free-photo/khinkali-form-leaves-with-fried-onions-chicken-wings-sauce_141793-460.jpg", imageAlt: "Gourmet dishes"}, + imageSrc: "http://img.b2bpic.net/free-photo/khinkali-form-leaves-with-fried-onions-chicken-wings-sauce_141793-460.jpg?_wi=1", imageAlt: "Gourmet dishes"}, { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-goulash-tomatoes-top-view_23-2149388107.jpg", imageAlt: "Beer freshness"}, + imageSrc: "http://img.b2bpic.net/free-photo/tasty-goulash-tomatoes-top-view_23-2149388107.jpg?_wi=1", imageAlt: "Beer freshness"}, { imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimps-served-with-glass-beer_140725-8561.jpg", imageAlt: "Friendly atmosphere"}, { @@ -121,21 +121,21 @@ export default function LandingPage() { features={[ { title: "Dine-in Experience", description: "Relax in our stylish interior.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/bartender-filling-beer-from-bar-pump_107420-65853.jpg", imageAlt: "traditional slovak restaurant interior rustic" + imageSrc: "http://img.b2bpic.net/free-photo/bartender-filling-beer-from-bar-pump_107420-65853.jpg?_wi=2", imageAlt: "traditional slovak restaurant interior rustic" }, items: [], reverse: false }, { title: "Kerbside Pickup", description: "Convenient takeaway options.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/khinkali-form-leaves-with-fried-onions-chicken-wings-sauce_141793-460.jpg", imageAlt: "traditional slovak restaurant interior rustic" + imageSrc: "http://img.b2bpic.net/free-photo/khinkali-form-leaves-with-fried-onions-chicken-wings-sauce_141793-460.jpg?_wi=2", imageAlt: "traditional slovak restaurant interior rustic" }, items: [], reverse: true }, { title: "Premium Beer", description: "Best selection in the region.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-goulash-tomatoes-top-view_23-2149388107.jpg", imageAlt: "traditional slovak restaurant interior rustic" + imageSrc: "http://img.b2bpic.net/free-photo/tasty-goulash-tomatoes-top-view_23-2149388107.jpg?_wi=2", imageAlt: "traditional slovak restaurant interior rustic" }, items: [], reverse: false