diff --git a/src/app/page.tsx b/src/app/page.tsx index 56f1864..2ca21fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,15 +86,15 @@ export default function SitePage() { { title: "Standard Room", description: "Comfortable and stylish, perfect for solo travelers or couples. Features a king-size bed and modern amenities.", icon: BedDouble, mediaItems: [ - { imageSrc: "https://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg", imageAlt: "A tastefully decorated standard hotel room with a plush bed." }, - { imageSrc: "https://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg", imageAlt: "A close-up of the amenities in a standard hotel room." }, + { imageSrc: "https://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=1", imageAlt: "A tastefully decorated standard hotel room with a plush bed." }, + { imageSrc: "https://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=2", imageAlt: "A close-up of the amenities in a standard hotel room." }, ], }, { title: "Executive Suite", description: "Spacious elegance with a separate living area, ideal for business or extended stays.", icon: Crown, mediaItems: [ - { imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "A lavish executive suite with a large living space." }, - { imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "The elegant bedroom within an executive hotel suite." }, + { imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1", imageAlt: "A lavish executive suite with a large living space." }, + { imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2", imageAlt: "The elegant bedroom within an executive hotel suite." }, ], }, ]}