From b3ee15da0d512d2d432f321e6bb0ded9ef2a9608 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 22:26:22 +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 065ba29..951876b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,11 +62,11 @@ export default function HomePage() { imageAlt: "Luxurious hotel suite with elegant design" }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-tower-gothic-arches-upward-view-architectural-contrast_169016-68442.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-tower-gothic-arches-upward-view-architectural-contrast_169016-68442.jpg?_wi=1", imageAlt: "Hotel exterior in Prague old town" }, { - imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=1", imageAlt: "Premium deluxe room" } ]} @@ -80,7 +80,7 @@ export default function HomePage() { title="A Charming Escape in the Heart of Prague" description="Small Charming Hotels offers intimate, luxurious accommodations in Prague's most coveted neighborhood. Our boutique property combines historic charm with modern amenities, providing the perfect base for discovering the city's cultural treasures. Each detail is thoughtfully curated to ensure your stay is unforgettable." tag="About Us" - imageSrc="http://img.b2bpic.net/free-photo/modern-tower-gothic-arches-upward-view-architectural-contrast_169016-68442.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-tower-gothic-arches-upward-view-architectural-contrast_169016-68442.jpg?_wi=2" imageAlt="Small Charming Hotels exterior facade" buttons={[ { @@ -103,7 +103,7 @@ export default function HomePage() { name: "Standard Room", price: "€95/night", variant: "Double Bed · Free WiFi", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-young-woman-sitting-sofa-talking-mobile-phone-restaurant_23-2147974688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-young-woman-sitting-sofa-talking-mobile-phone-restaurant_23-2147974688.jpg?_wi=1", imageAlt: "Standard room with double bed" }, { @@ -111,7 +111,7 @@ export default function HomePage() { name: "Deluxe Room", price: "€145/night", variant: "King Bed · City View", - imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=2", imageAlt: "Deluxe room with city view" }, { @@ -119,7 +119,7 @@ export default function HomePage() { name: "Executive Suite", price: "€220/night", variant: "Separate Living Area · Premium", - imageSrc: "http://img.b2bpic.net/free-photo/candles-bottles-vase-with-flower-inside-glass_181624-23137.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/candles-bottles-vase-with-flower-inside-glass_181624-23137.jpg?_wi=1", imageAlt: "Spacious executive suite" } ]}