Update src/app/gallery/page.tsx

This commit is contained in:
2026-03-03 07:56:06 +00:00
parent 75edb34b37
commit ba0eb64fed

View File

@@ -64,11 +64,11 @@ export default function GalleryPage() {
tag="Gallery"
features={[
{
title: "Villa Exterior", description: "Traditional architectural design blending Uzbek heritage with contemporary villa aesthetics, featuring authentic courtyard entrance and terraced layout.", imageSrc: "http://img.b2bpic.net/free-photo/courtyard-lions-alhambra_1139-27.jpg", imageAlt: "Villa exterior"},
title: "Villa Exterior", description: "Traditional architectural design blending Uzbek heritage with contemporary villa aesthetics, featuring authentic courtyard entrance and terraced layout.", imageSrc: "http://img.b2bpic.net/free-photo/courtyard-lions-alhambra_1139-27.jpg?_wi=1", imageAlt: "Villa exterior"},
{
title: "Dining Room", description: "Elegant dining spaces with carefully selected furnishings, ambient lighting, and elegant tableware arrangements for memorable meals.", imageSrc: "http://img.b2bpic.net/free-photo/plate-set-with-fork-spoon-knife_140725-1835.jpg", imageAlt: "Dining room"},
title: "Dining Room", description: "Elegant dining spaces with carefully selected furnishings, ambient lighting, and elegant tableware arrangements for memorable meals.", imageSrc: "http://img.b2bpic.net/free-photo/plate-set-with-fork-spoon-knife_140725-1835.jpg?_wi=1", imageAlt: "Dining room"},
{
title: "Lounge Area", description: "Comfortable seating areas designed for relaxation, conversation, and enjoying the peaceful atmosphere with modern and traditional furnishings.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-african-american-woman-long-dress-boots-sunglasses-indoor_627829-5495.jpg", imageAlt: "Lounge area"},
title: "Lounge Area", description: "Comfortable seating areas designed for relaxation, conversation, and enjoying the peaceful atmosphere with modern and traditional furnishings.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-african-american-woman-long-dress-boots-sunglasses-indoor_627829-5495.jpg?_wi=1", imageAlt: "Lounge area"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -84,13 +84,13 @@ export default function GalleryPage() {
tag="Reviews"
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "Travel Blogger", testimonial: "The most peaceful villa stay in Samarkand. The staff was incredibly warm and helpful. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Sarah Johnson"},
id: "1", name: "Sarah Johnson", handle: "Travel Blogger", testimonial: "The most peaceful villa stay in Samarkand. The staff was incredibly warm and helpful. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=2", imageAlt: "Sarah Johnson"},
{
id: "2", name: "Michael Chen", handle: "Business Traveler", testimonial: "Excellent value for money. Beautiful courtyard, fantastic breakfast, and very close to the Registan.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Michael Chen"},
id: "2", name: "Michael Chen", handle: "Business Traveler", testimonial: "Excellent value for money. Beautiful courtyard, fantastic breakfast, and very close to the Registan.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2", imageAlt: "Michael Chen"},
{
id: "3", name: "Emma & James", handle: "Honeymoon Couple", testimonial: "Perfect romantic getaway. The villa atmosphere is absolutely magical. We'll be back!", imageSrc: "http://img.b2bpic.net/free-photo/hugging-couple-inside-transparent-bubble-tent-glamping-while-sitting-bed-lush-forest_1268-24560.jpg", imageAlt: "Emma and James"},
id: "3", name: "Emma & James", handle: "Honeymoon Couple", testimonial: "Perfect romantic getaway. The villa atmosphere is absolutely magical. We'll be back!", imageSrc: "http://img.b2bpic.net/free-photo/hugging-couple-inside-transparent-bubble-tent-glamping-while-sitting-bed-lush-forest_1268-24560.jpg?_wi=2", imageAlt: "Emma and James"},
{
id: "4", name: "Fatima Al-Rashid", handle: "Family Traveler", testimonial: "My family loved the spacious family suite and the welcoming environment. Great experience overall!", imageSrc: "http://img.b2bpic.net/free-photo/group-young-three-stylish-friends-posing-street-fashion-man-two-cute-girls-dressed-casual-summer-clothes-smiling-models-having-fun-sunglasses-cheerful-women-guy-outdoors_158538-16242.jpg", imageAlt: "Fatima Al-Rashid"},
id: "4", name: "Fatima Al-Rashid", handle: "Family Traveler", testimonial: "My family loved the spacious family suite and the welcoming environment. Great experience overall!", imageSrc: "http://img.b2bpic.net/free-photo/group-young-three-stylish-friends-posing-street-fashion-man-two-cute-girls-dressed-casual-summer-clothes-smiling-models-having-fun-sunglasses-cheerful-women-guy-outdoors_158538-16242.jpg?_wi=2", imageAlt: "Fatima Al-Rashid"},
]}
animationType="slide-up"
textboxLayout="default"