Update src/app/rooms/page.tsx

This commit is contained in:
2026-03-03 07:54:53 +00:00
parent 3533a98d22
commit 42c3b3a809

View File

@@ -24,7 +24,7 @@ export default function RoomsPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="largeSmall"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="layered"
@@ -42,7 +42,7 @@ export default function RoomsPage() {
<HeroCentered
title="Rooms & Suites - Eco Village Samarkand"
description="Discover our thoughtfully designed accommodations. Each room offers comfort, eco-conscious amenities, and authentic Uzbek hospitality."
background={{ variant: "aurora" }}
background={{ variant: "downward-rays-static" }}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", alt: "Guest testimonial" },
{ src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Guest testimonial" },
@@ -64,35 +64,14 @@ export default function RoomsPage() {
tag="Rooms"
products={[
{
id: "1",
brand: "Eco Village",
name: "Deluxe Room",
price: "$85/night",
rating: 5,
reviewCount: "47",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2",
imageAlt: "Deluxe Room",
},
id: "1", brand: "Eco Village", name: "Deluxe Room", price: "$85/night", rating: 5,
reviewCount: "47", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Deluxe Room"},
{
id: "2",
brand: "Eco Village",
name: "Standard Room",
price: "$65/night",
rating: 5,
reviewCount: "32",
imageSrc: "http://img.b2bpic.net/free-photo/white-pillows-stacked_1203-1329.jpg?_wi=2",
imageAlt: "Standard Room",
},
id: "2", brand: "Eco Village", name: "Standard Room", price: "$65/night", rating: 5,
reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/white-pillows-stacked_1203-1329.jpg", imageAlt: "Standard Room"},
{
id: "3",
brand: "Eco Village",
name: "Family Suite",
price: "$120/night",
rating: 5,
reviewCount: "28",
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-carrying-their-baby-sitting-bedroom_23-2147923004.jpg?_wi=2",
imageAlt: "Family Suite",
},
id: "3", brand: "Eco Village", name: "Family Suite", price: "$120/night", rating: 5,
reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-carrying-their-baby-sitting-bedroom_23-2147923004.jpg", imageAlt: "Family Suite"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -108,23 +87,11 @@ export default function RoomsPage() {
tag="Amenities"
features={[
{
title: "Premium Bedding",
description: "High-quality linens and ergonomic pillows for a restful night's sleep every evening.",
imageSrc: "http://img.b2bpic.net/free-photo/white-pillows-stacked_1203-1329.jpg?_wi=3",
imageAlt: "Premium bedding",
},
title: "Premium Bedding", description: "High-quality linens and ergonomic pillows for a restful night's sleep every evening.", imageSrc: "http://img.b2bpic.net/free-photo/white-pillows-stacked_1203-1329.jpg", imageAlt: "Premium bedding"},
{
title: "Modern Bathroom",
description: "Ensuite bathroom with shower, premium toiletries, and heated floors for your convenience.",
imageSrc: "http://img.b2bpic.net/free-photo/plants-pot-with-watering-can_23-2148905227.jpg?_wi=2",
imageAlt: "Modern bathroom",
},
title: "Modern Bathroom", description: "Ensuite bathroom with shower, premium toiletries, and heated floors for your convenience.", imageSrc: "http://img.b2bpic.net/free-photo/plants-pot-with-watering-can_23-2148905227.jpg", imageAlt: "Modern bathroom"},
{
title: "Climate Control",
description: "Individual air conditioning and heating systems to maintain your ideal room temperature.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-climbing-out-off-hotel-pool_1262-5189.jpg?_wi=2",
imageAlt: "Climate control",
},
title: "Climate Control", description: "Individual air conditioning and heating systems to maintain your ideal room temperature.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-climbing-out-off-hotel-pool_1262-5189.jpg", imageAlt: "Climate control"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"