diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a45e9a..a6bd29b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,19 +89,19 @@ export default function LandingPage() { { id: 1, title: "Candlelit Ambiance", description: "Flickering candles and warm firelight create an enchanting medieval atmosphere. Every corner tells a story of adventure and mystery.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488859.jpg", imageAlt: "Candlelit ambiance" + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488859.jpg?_wi=1", imageAlt: "Candlelit ambiance" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488859.jpg", imageAlt: "Candlelit ambiance" + imageSrc: "http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488859.jpg?_wi=2", imageAlt: "Candlelit ambiance" } }, { id: 2, title: "Witcher's Menu", description: "Curated beverages and authentic medieval fare inspired by the realms beyond. From exotic ales to legendary feasts.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/table-with-flowers-pots-restaurant_181624-24428.jpg", imageAlt: "Medieval feast" + imageSrc: "http://img.b2bpic.net/free-photo/table-with-flowers-pots-restaurant_181624-24428.jpg?_wi=1", imageAlt: "Medieval feast" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/table-with-flowers-pots-restaurant_181624-24428.jpg", imageAlt: "Medieval feast" + imageSrc: "http://img.b2bpic.net/free-photo/table-with-flowers-pots-restaurant_181624-24428.jpg?_wi=2", imageAlt: "Medieval feast" } } ]}