Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-07 09:22:19 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/landscape-sky-is-reflected-sea-setting-light-city-coastline-with-mountains-horizon_169016-8684.jpg", imageAlt: "Tropical resort aerial view" },
{ imageSrc: "http://img.b2bpic.net/free-photo/landscape-sky-is-reflected-sea-setting-light-city-coastline-with-mountains-horizon_169016-8684.jpg?_wi=1", imageAlt: "Tropical resort aerial view" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-desk-hotel-reception-lobby_482257-76228.jpg", imageAlt: "Luxury resort interior" },
]}
rating={5}
@@ -86,29 +86,29 @@ export default function LandingPage() {
{
title: "Luxury Spa", description: "Rejuvenate your senses with our award-winning spa offering traditional and modern treatments.", icon: Droplets,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-body-care-products-blurred-background-with-mirror_169016-28009.jpg", imageAlt: "Spa treatment area" },
{ imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-body-care-products-blurred-background-with-mirror_169016-28009.jpg", imageAlt: "Spa relaxation pool" },
{ imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-body-care-products-blurred-background-with-mirror_169016-28009.jpg?_wi=1", imageAlt: "Spa treatment area" },
{ imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-body-care-products-blurred-background-with-mirror_169016-28009.jpg?_wi=2", imageAlt: "Spa relaxation pool" },
],
},
{
title: "Fine Dining", description: "Savor exquisite cuisine crafted by our renowned chefs in stunning oceanfront restaurants.", icon: UtensilsCrossed,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-table-with-elegant-setting-restaurant-hall-evening_181624-24706.jpg", imageAlt: "Fine dining restaurant" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-table-with-elegant-setting-restaurant-hall-evening_181624-24706.jpg", imageAlt: "Gourmet cuisine presentation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-table-with-elegant-setting-restaurant-hall-evening_181624-24706.jpg?_wi=1", imageAlt: "Fine dining restaurant" },
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-table-with-elegant-setting-restaurant-hall-evening_181624-24706.jpg?_wi=2", imageAlt: "Gourmet cuisine presentation" },
],
},
{
title: "Water Activities", description: "Enjoy thrilling water sports and beach activities including diving, surfing, and sailing.", icon: Waves,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/landscape-sky-is-reflected-sea-setting-light-city-coastline-with-mountains-horizon_169016-8684.jpg", imageAlt: "Water activities" },
{ imageSrc: "http://img.b2bpic.net/free-photo/landscape-sky-is-reflected-sea-setting-light-city-coastline-with-mountains-horizon_169016-8684.jpg", imageAlt: "Beach activities" },
{ imageSrc: "http://img.b2bpic.net/free-photo/landscape-sky-is-reflected-sea-setting-light-city-coastline-with-mountains-horizon_169016-8684.jpg?_wi=2", imageAlt: "Water activities" },
{ imageSrc: "http://img.b2bpic.net/free-photo/landscape-sky-is-reflected-sea-setting-light-city-coastline-with-mountains-horizon_169016-8684.jpg?_wi=3", imageAlt: "Beach activities" },
],
},
{
title: "Fitness & Wellness", description: "State-of-the-art gym, yoga studios, and wellness programs for your health and vitality.", icon: Zap,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-body-care-products-blurred-background-with-mirror_169016-28009.jpg", imageAlt: "Fitness center" },
{ imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-body-care-products-blurred-background-with-mirror_169016-28009.jpg", imageAlt: "Yoga studio" },
{ imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-body-care-products-blurred-background-with-mirror_169016-28009.jpg?_wi=3", imageAlt: "Fitness center" },
{ imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-body-care-products-blurred-background-with-mirror_169016-28009.jpg?_wi=4", imageAlt: "Yoga studio" },
],
},
]}