diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c3c4c9..410af3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,15 +64,15 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/bartender-filling-beer-from-bar-pump_107420-65853.jpg", + 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", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-goulash-tomatoes-top-view_23-2149388107.jpg?_wi=1", imageAlt: "Beer freshness", }, { @@ -185,7 +185,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/bartender-filling-beer-from-bar-pump_107420-65853.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bartender-filling-beer-from-bar-pump_107420-65853.jpg?_wi=2", imageAlt: "traditional slovak restaurant interior rustic", }, { @@ -196,7 +196,7 @@ export default function LandingPage() { }, items: [], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/khinkali-form-leaves-with-fried-onions-chicken-wings-sauce_141793-460.jpg", + 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", }, { @@ -207,7 +207,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/tasty-goulash-tomatoes-top-view_23-2149388107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-goulash-tomatoes-top-view_23-2149388107.jpg?_wi=2", imageAlt: "traditional slovak restaurant interior rustic", }, ]}