Update src/app/page.tsx

This commit is contained in:
2026-03-12 22:26:22 +00:00
parent 23b1845672
commit b3ee15da0d

View File

@@ -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"
}
]}