From 880378b534b9f9a944c91ef967685b38ba7223aa Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 11:11:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 86d4dce..a5aac6e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { { text: "Explore Rooms", href: "#rooms"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683453.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683453.jpg?_wi=1" showDimOverlay={true} avatars={[ { @@ -109,7 +109,7 @@ export default function LandingPage() { description="فندق الهجري combines modern comfort with authentic Iraqi warmth. Located near Al Kadhim Street in Baghdad, the hotel offers elegant accommodations and convenient access to key landmarks." subdescription="Whether visiting for business or leisure, our team ensures every guest enjoys a secure, relaxing, and memorable experience." icon={Building2} - imageSrc="http://img.b2bpic.net/free-photo/architecture_1122-1804.jpg" + imageSrc="http://img.b2bpic.net/free-photo/architecture_1122-1804.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -122,7 +122,7 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "r1", name: "Deluxe Room", price: "From $150", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg"}, + id: "r1", name: "Deluxe Room", price: "From $150", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=1"}, { id: "r2", name: "Executive Suite", price: "From $250", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-modern-bedroom-suite-tv-with-wardrobe-walk-closet_105762-1941.jpg"}, { @@ -149,13 +149,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/terrace-exterior-building_1203-2586.jpg", imageAlt: "hotel swimming pool luxury"}, { title: "Luxury Dining", description: "Delicious local and international cuisine experiences.", buttonIcon: Utensils, - imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683453.jpg", imageAlt: "hotel swimming pool luxury"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683453.jpg?_wi=2", imageAlt: "hotel swimming pool luxury"}, { title: "Secure Parking", description: "Convenient and protected parking for all guests.", buttonIcon: Car, - imageSrc: "http://img.b2bpic.net/free-photo/architecture_1122-1804.jpg", imageAlt: "hotel swimming pool luxury"}, + imageSrc: "http://img.b2bpic.net/free-photo/architecture_1122-1804.jpg?_wi=2", imageAlt: "hotel swimming pool luxury"}, { title: "Fast Wi-Fi", description: "Reliable high-speed internet throughout the property.", buttonIcon: Wifi, - imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg", imageAlt: "hotel swimming pool luxury"}, + imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg?_wi=2", imageAlt: "hotel swimming pool luxury"}, ]} title="Everything You Need for a Perfect Stay" description="Premium amenities designed for your comfort." -- 2.49.1