Update src/app/rooms/page.tsx
This commit is contained in:
@@ -90,11 +90,11 @@ export default function RoomsPage() {
|
||||
title: "Deluxe Room",
|
||||
description: "Spacious accommodation featuring premium king bed, private bathroom with rain shower, panoramic window views, and climate control.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bedroom-comfortable-relax-living-blanket-concept_53876-147837.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bedroom-comfortable-relax-living-blanket-concept_53876-147837.jpg?_wi=2",
|
||||
imageAlt: "Spacious deluxe room with king bed and mountain views",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-interior-christmas-beautiful-christmas-tree-near-modern-expensive-couch-big-clock-with-roman-numbers_132075-11378.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/decorated-interior-christmas-beautiful-christmas-tree-near-modern-expensive-couch-big-clock-with-roman-numbers_132075-11378.jpg?_wi=2",
|
||||
imageAlt: "Luxurious room interior with elegant furnishings",
|
||||
},
|
||||
},
|
||||
@@ -103,11 +103,11 @@ export default function RoomsPage() {
|
||||
title: "Premium Suite",
|
||||
description: "Luxurious two-room suite with master bedroom, separate living area, marble bathroom with soaking tub, and garden terrace access.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beige-colored-interior-dining-room_114579-2540.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beige-colored-interior-dining-room_114579-2540.jpg?_wi=2",
|
||||
imageAlt: "Premium suite with separate living area",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bedroom-int_1203-2347.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bedroom-int_1203-2347.jpg?_wi=2",
|
||||
imageAlt: "Luxurious suite master bedroom with elegant design",
|
||||
},
|
||||
},
|
||||
@@ -116,11 +116,11 @@ export default function RoomsPage() {
|
||||
title: "Private Cottage",
|
||||
description: "Intimate standalone cottage with fireplace, mini-bar, outdoor hot tub, and private entrance. Ideal for romantic getaways.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-guy-are-sitting-around-pool-having-fun-splashing-water_197531-17276.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-guy-are-sitting-around-pool-having-fun-splashing-water_197531-17276.jpg?_wi=2",
|
||||
imageAlt: "Romantic private cottage with outdoor amenities",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-lovely-decoration-garden_329181-1581.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rustic-lovely-decoration-garden_329181-1581.jpg?_wi=2",
|
||||
imageAlt: "Cottage garden view and terrace",
|
||||
},
|
||||
},
|
||||
@@ -152,42 +152,42 @@ export default function RoomsPage() {
|
||||
id: "deluxe-room",
|
||||
name: "Deluxe Room",
|
||||
price: "€120/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bedroom-comfortable-relax-living-blanket-concept_53876-147837.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bedroom-comfortable-relax-living-blanket-concept_53876-147837.jpg?_wi=3",
|
||||
imageAlt: "Spacious deluxe room with king bed and mountain views",
|
||||
},
|
||||
{
|
||||
id: "suite-premium",
|
||||
name: "Premium Suite",
|
||||
price: "€180/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beige-colored-interior-dining-room_114579-2540.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beige-colored-interior-dining-room_114579-2540.jpg?_wi=3",
|
||||
imageAlt: "Luxurious suite with separate living area and garden terrace",
|
||||
},
|
||||
{
|
||||
id: "cottage-private",
|
||||
name: "Private Cottage",
|
||||
price: "€250/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-guy-are-sitting-around-pool-having-fun-splashing-water_197531-17276.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-guy-are-sitting-around-pool-having-fun-splashing-water_197531-17276.jpg?_wi=3",
|
||||
imageAlt: "Romantic private cottage with fireplace and outdoor hot tub",
|
||||
},
|
||||
{
|
||||
id: "villa-exclusive",
|
||||
name: "Exclusive Villa",
|
||||
price: "€350/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-with-fence-around-it-with-clear-sky_181624-3120.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-with-fence-around-it-with-clear-sky_181624-3120.jpg?_wi=2",
|
||||
imageAlt: "Grand villa with multiple bedrooms, spa facilities, and panoramic views",
|
||||
},
|
||||
{
|
||||
id: "garden-studio",
|
||||
name: "Garden Studio",
|
||||
price: "€95/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-outside-modern-room-with-gray-curtains-hanging-lamp_8353-12543.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-outside-modern-room-with-gray-curtains-hanging-lamp_8353-12543.jpg?_wi=2",
|
||||
imageAlt: "Compact garden-facing studio with contemporary design",
|
||||
},
|
||||
{
|
||||
id: "terrace-bungalow",
|
||||
name: "Terrace Bungalow",
|
||||
price: "€140/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-park_1417-1449.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-green-park_1417-1449.jpg?_wi=2",
|
||||
imageAlt: "Bungalow with private terrace overlooking grounds",
|
||||
},
|
||||
]}
|
||||
@@ -223,7 +223,7 @@ export default function RoomsPage() {
|
||||
quote: "The cottage was pure perfection. The fireplace, the outdoor hot tub, the attention to detail—everything exceeded our expectations. We've already booked our next visit.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/worker-with-big-smile-crossed-arms_1139-248.jpg",
|
||||
avatarAlt: "professional woman portrait",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-being-quarantined-home_23-2148857423.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-being-quarantined-home_23-2148857423.jpg?_wi=2",
|
||||
imageAlt: "couple romantic retreat",
|
||||
},
|
||||
{
|
||||
@@ -235,7 +235,7 @@ export default function RoomsPage() {
|
||||
quote: "The suite provided the perfect blend of business workspace and luxury comfort. The separate living area was ideal for meetings while still maintaining my privacy.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/outdoors-successful-business-person_23-2148763860.jpg",
|
||||
avatarAlt: "professional man portrait",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-busy-managers-morning-briefing_74855-4271.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-busy-managers-morning-briefing_74855-4271.jpg?_wi=2",
|
||||
imageAlt: "business meeting setup",
|
||||
},
|
||||
{
|
||||
@@ -247,7 +247,7 @@ export default function RoomsPage() {
|
||||
quote: "The villa was spacious enough for our entire family. Modern amenities combined with traditional charm. Our children still talk about the beautiful gardens.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg",
|
||||
avatarAlt: "woman portrait friendly",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-wedding-celebration-sunset-copy-space_637285-5719.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-wedding-celebration-sunset-copy-space_637285-5719.jpg?_wi=2",
|
||||
imageAlt: "family celebration",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user