Update src/app/rooms/page.tsx
This commit is contained in:
@@ -58,7 +58,7 @@ export default function RoomsPage() {
|
||||
price: "$89/night",
|
||||
rating: 4,
|
||||
reviewCount: "420",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/double-bed-with-cushions_1203-668.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/double-bed-with-cushions_1203-668.jpg?_wi=2",
|
||||
imageAlt: "Standard Room at Imperial Casablanca",
|
||||
},
|
||||
{
|
||||
@@ -68,7 +68,7 @@ export default function RoomsPage() {
|
||||
price: "$139/night",
|
||||
rating: 5,
|
||||
reviewCount: "580",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg?_wi=2",
|
||||
imageAlt: "Deluxe Room with premium amenities",
|
||||
},
|
||||
{
|
||||
@@ -78,7 +78,7 @@ export default function RoomsPage() {
|
||||
price: "$189/night",
|
||||
rating: 5,
|
||||
reviewCount: "340",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-smiling-caucasian-woman-traveller-fitting-dress-sunglasses-high-floor-bangkok-stylish-female-exploring-amazing-big-city-view_343596-1428.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-smiling-caucasian-woman-traveller-fitting-dress-sunglasses-high-floor-bangkok-stylish-female-exploring-amazing-big-city-view_343596-1428.jpg?_wi=2",
|
||||
imageAlt: "Executive Suite with living area",
|
||||
},
|
||||
]}
|
||||
@@ -105,7 +105,7 @@ export default function RoomsPage() {
|
||||
title: "Modern Comfort & Style",
|
||||
description: "Each room is thoughtfully designed with contemporary furnishings, premium bedding, and elegant décor. Enjoy free Wi-Fi, flat-screen TV, and modern bathroom amenities in every accommodation.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/double-bed-with-cushions_1203-668.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/double-bed-with-cushions_1203-668.jpg?_wi=3",
|
||||
},
|
||||
items: [
|
||||
{ icon: Home, text: "Modern furnishings" },
|
||||
@@ -119,7 +119,7 @@ export default function RoomsPage() {
|
||||
title: "Comprehensive Room Amenities",
|
||||
description: "Access our suite of in-room conveniences including air conditioning, blackout curtains, work desk, mini-bar, and marble bathroom with luxury toiletries. Every detail is crafted for your comfort.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg?_wi=3",
|
||||
},
|
||||
items: [
|
||||
{ icon: Award, text: "Premium toiletries" },
|
||||
@@ -133,7 +133,7 @@ export default function RoomsPage() {
|
||||
title: "Executive Suite Exclusivity",
|
||||
description: "Our Executive Suites offer separate living areas, premium furnishings, exclusive lounge access, and personalized concierge service. Perfect for extended stays and special occasions.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-smiling-caucasian-woman-traveller-fitting-dress-sunglasses-high-floor-bangkok-stylish-female-exploring-amazing-big-city-view_343596-1428.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-smiling-caucasian-woman-traveller-fitting-dress-sunglasses-high-floor-bangkok-stylish-female-exploring-amazing-big-city-view_343596-1428.jpg?_wi=3",
|
||||
},
|
||||
items: [
|
||||
{ icon: Sparkles, text: "Separate living area" },
|
||||
@@ -165,7 +165,7 @@ export default function RoomsPage() {
|
||||
{ value: "+212 522 34 27 29", title: "Reserve by Phone" },
|
||||
{ value: "24/7", title: "Booking Support" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/detail-shot-modern-architecture-facade_1359-359.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/detail-shot-modern-architecture-facade_1359-359.jpg?_wi=3"
|
||||
imageAlt="Imperial Casablanca Hotel rooms"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user