From c4c40cf6637984c8dd8237641cd7ff237ce1bc05 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 21:45:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5ea200..414b99b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397564.jpg?_wi=1", imageAlt: "Grand Hotel Entrance", }, { @@ -134,21 +134,21 @@ export default function LandingPage() { { title: "Luxurious Stays", description: "Spacious, premium suites with modern amenities.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bedroom-suite-bathroom_105762-1791.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bedroom-suite-bathroom_105762-1791.jpg?_wi=1", titleImageSrc: "http://img.b2bpic.net/free-photo/asian-women-wake-up-from-sleep-are-stretch-herself-morning-weekend-sit-bed-luxury-room-relax-weekend-concept_1253-1031.jpg", buttonText: "Book Now", }, { title: "Conference Hub", description: "High-tech venues for corporate excellence.", - imageSrc: "http://img.b2bpic.net/free-photo/conference-room-interior-modern-office-with-white-walls-monitor_181624-17709.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/conference-room-interior-modern-office-with-white-walls-monitor_181624-17709.jpg?_wi=1", titleImageSrc: "http://img.b2bpic.net/free-photo/conference-presentation_23-2152011809.jpg", buttonText: "View Venues", }, { title: "Concierge Service", description: "24/7 assistance for all your requirements.", - imageSrc: "http://img.b2bpic.net/free-photo/winter-season-lodging-entrance_482257-103218.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/winter-season-lodging-entrance_482257-103218.jpg?_wi=1", titleImageSrc: "http://img.b2bpic.net/free-photo/decor-restaurant-is-stylish-wedding_8353-9620.jpg", buttonText: "Learn More", }, @@ -216,7 +216,7 @@ export default function LandingPage() { quote: "The best conference facility in the city.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-wearing-eyeglasses_1262-4761.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397564.jpg?_wi=2", imageAlt: "professional business portrait", }, { @@ -238,7 +238,7 @@ export default function LandingPage() { quote: "Luxury at its finest, will return soon.", tag: "Essential", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bedroom-suite-bathroom_105762-1791.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-bedroom-suite-bathroom_105762-1791.jpg?_wi=2", imageAlt: "professional business portrait", }, { @@ -249,7 +249,7 @@ export default function LandingPage() { quote: "Stunning design and impeccable comfort.", tag: "Business", avatarSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling-outside-office-building_107420-74332.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/conference-room-interior-modern-office-with-white-walls-monitor_181624-17709.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/conference-room-interior-modern-office-with-white-walls-monitor_181624-17709.jpg?_wi=2", imageAlt: "professional business portrait", }, { @@ -260,7 +260,7 @@ export default function LandingPage() { quote: "The technology provided was exceptional.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/winter-season-lodging-entrance_482257-103218.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/winter-season-lodging-entrance_482257-103218.jpg?_wi=2", imageAlt: "professional business portrait", }, ]} -- 2.49.1