Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-12 04:13:28 +00:00

View File

@@ -47,30 +47,30 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/vintage-table-arrangement-antique-store_23-2149640751.jpg", imageAlt: "Hotel stately entrance with dark wood paneling"
imageSrc: "http://img.b2bpic.net/free-photo/vintage-table-arrangement-antique-store_23-2149640751.jpg?_wi=1", imageAlt: "Hotel stately entrance with dark wood paneling"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-sitting-stool-bar-counter_107420-94863.jpg", imageAlt: "Classic hotel lounge with warm amber lighting"
imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-sitting-stool-bar-counter_107420-94863.jpg?_wi=1", imageAlt: "Classic hotel lounge with warm amber lighting"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-crispy-topping-with-bone_140725-6184.jpg", imageAlt: "Elegant dining presentation"
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-crispy-topping-with-bone_140725-6184.jpg?_wi=1", imageAlt: "Elegant dining presentation"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-black-dress-sits-christmas-decorations_8353-7469.jpg", imageAlt: "Luxury kids club recreation area"
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-black-dress-sits-christmas-decorations_8353-7469.jpg?_wi=1", imageAlt: "Luxury kids club recreation area"
}
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-black-dress-sits-christmas-decorations_8353-7469.jpg", imageAlt: "Luxury kids club recreation area"
imageSrc: "http://img.b2bpic.net/free-photo/little-girl-black-dress-sits-christmas-decorations_8353-7469.jpg?_wi=2", imageAlt: "Luxury kids club recreation area"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-crispy-topping-with-bone_140725-6184.jpg", imageAlt: "Elegant dining presentation"
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-crispy-topping-with-bone_140725-6184.jpg?_wi=2", imageAlt: "Elegant dining presentation"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-sitting-stool-bar-counter_107420-94863.jpg", imageAlt: "Classic hotel lounge with warm amber lighting"
imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-sitting-stool-bar-counter_107420-94863.jpg?_wi=2", imageAlt: "Classic hotel lounge with warm amber lighting"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/vintage-table-arrangement-antique-store_23-2149640751.jpg", imageAlt: "Hotel stately entrance with dark wood paneling"
imageSrc: "http://img.b2bpic.net/free-photo/vintage-table-arrangement-antique-store_23-2149640751.jpg?_wi=2", imageAlt: "Hotel stately entrance with dark wood paneling"
}
]}
buttons={[
@@ -96,15 +96,15 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Private Lounge Access", description: "Retreat to our exclusive lounge featuring heritage furnishings, curated refreshments, and intimate ambiance. A sanctuary for our distinguished guests.", imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-sitting-stool-bar-counter_107420-94863.jpg", imageAlt: "Luxury hotel lounge with dark wood paneling"
title: "Private Lounge Access", description: "Retreat to our exclusive lounge featuring heritage furnishings, curated refreshments, and intimate ambiance. A sanctuary for our distinguished guests.", imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-sitting-stool-bar-counter_107420-94863.jpg?_wi=3", imageAlt: "Luxury hotel lounge with dark wood paneling"
},
{
id: 2,
title: "Gourmet Dining", description: "Indulge in our world-class buffet featuring international cuisine prepared by master chefs. Each dish reflects our commitment to culinary excellence.", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-crispy-topping-with-bone_140725-6184.jpg", imageAlt: "Elegant gourmet dining spread"
title: "Gourmet Dining", description: "Indulge in our world-class buffet featuring international cuisine prepared by master chefs. Each dish reflects our commitment to culinary excellence.", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-crispy-topping-with-bone_140725-6184.jpg?_wi=3", imageAlt: "Elegant gourmet dining spread"
},
{
id: 3,
title: "Family Recreation", description: "Our sophisticated kids club offers engaging activities and supervised entertainment, allowing parents to enjoy peace of mind while children create cherished memories.", imageSrc: "http://img.b2bpic.net/free-photo/little-girl-black-dress-sits-christmas-decorations_8353-7469.jpg", imageAlt: "Luxury kids club recreation area"
title: "Family Recreation", description: "Our sophisticated kids club offers engaging activities and supervised entertainment, allowing parents to enjoy peace of mind while children create cherished memories.", imageSrc: "http://img.b2bpic.net/free-photo/little-girl-black-dress-sits-christmas-decorations_8353-7469.jpg?_wi=3", imageAlt: "Luxury kids club recreation area"
}
]}
/>