From a260366f1cf0a854edff9acdb2800891940d0341 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 23:47:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e20a275..e1c833c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,13 +84,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "Elysian Hotel", name: "Executive Suite", price: "From $350/night", rating: 5, - reviewCount: "1.2k", imageSrc: "https://img.b2bpic.net/free-photo/pillow-bed_1203-2819.jpg", imageAlt: "Luxurious Executive Suite with city view"}, + reviewCount: "1.2k", imageSrc: "https://img.b2bpic.net/free-photo/pillow-bed_1203-2819.jpg?_wi=1", imageAlt: "Luxurious Executive Suite with city view"}, { id: "2", brand: "Elysian Hotel", name: "Deluxe Room", price: "From $220/night", rating: 4, reviewCount: "2.5k", imageSrc: "https://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Spacious Deluxe Room with modern amenities"}, { id: "3", brand: "Elysian Hotel", name: "Standard King", price: "From $180/night", rating: 4, - reviewCount: "3.1k", imageSrc: "https://img.b2bpic.net/free-photo/pillow-bed_1203-2819.jpg", imageAlt: "Comfortable Standard King Room"}, + reviewCount: "3.1k", imageSrc: "https://img.b2bpic.net/free-photo/pillow-bed_1203-2819.jpg?_wi=2", imageAlt: "Comfortable Standard King Room"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up"