Update src/app/gallery/page.tsx
This commit is contained in:
@@ -43,30 +43,15 @@ export default function GalleryPage() {
|
||||
<FeatureCardOne
|
||||
features={[
|
||||
{
|
||||
title: "Luxury Bedrooms",
|
||||
description: "Beautifully appointed rooms with premium furnishings and modern amenities for ultimate comfort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=4",
|
||||
},
|
||||
title: "Luxury Bedrooms", description: "Beautifully appointed rooms with premium furnishings and modern amenities for ultimate comfort.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg"},
|
||||
{
|
||||
title: "Suite Accommodations",
|
||||
description: "Spacious suites featuring separate living areas and stunning views of historic Bukhara.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-2819.jpg?_wi=4",
|
||||
},
|
||||
title: "Suite Accommodations", description: "Spacious suites featuring separate living areas and stunning views of historic Bukhara.", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_1203-2819.jpg"},
|
||||
{
|
||||
title: "Architectural Beauty",
|
||||
description: "The hotel's stunning facade blending traditional Uzbek design with contemporary elegance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-windows-coral-building-spain_181624-19538.jpg",
|
||||
},
|
||||
title: "Architectural Beauty", description: "The hotel's stunning facade blending traditional Uzbek design with contemporary elegance.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-windows-coral-building-spain_181624-19538.jpg"},
|
||||
{
|
||||
title: "Spa & Wellness",
|
||||
description: "Our tranquil spa facilities offering traditional hammam experiences and rejuvenating treatments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/robe-wooden-wall-near-sauna-warm-spa-interior_169016-69073.jpg?_wi=4",
|
||||
},
|
||||
title: "Spa & Wellness", description: "Our tranquil spa facilities offering traditional hammam experiences and rejuvenating treatments.", imageSrc: "http://img.b2bpic.net/free-photo/robe-wooden-wall-near-sauna-warm-spa-interior_169016-69073.jpg"},
|
||||
{
|
||||
title: "Fine Dining",
|
||||
description: "Elegant restaurant ambiance perfect for enjoying authentic Uzbek and international dishes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg",
|
||||
}
|
||||
title: "Fine Dining", description: "Elegant restaurant ambiance perfect for enjoying authentic Uzbek and international dishes.", imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg"}
|
||||
]}
|
||||
title="Gallery"
|
||||
description="Explore the beauty and elegance of Mercure Bukhara through our curated collection of images showcasing rooms, facilities, and the historic surroundings."
|
||||
@@ -88,7 +73,7 @@ export default function GalleryPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hand-pointing-place-europe_23-2148256053.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hand-pointing-place-europe_23-2148256053.jpg"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="blur-reveal"
|
||||
inputPlaceholder="Your email address"
|
||||
|
||||
Reference in New Issue
Block a user