From 24b8c882b5140754eb748b3a180c7e74d1b8305e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:10:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" } } ]}