Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 10:28:54 +00:00
2 changed files with 1371 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -131,10 +131,10 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Sarah Mitchell", handle: "Luxury Travel Enthusiast", testimonial: "Luxe Haven exceeded all expectations. The attention to detail and personalized service made our honeymoon unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-elegant-businesswoman-suit_1098-22015.jpg", imageAlt: "Sarah Mitchell"
id: "1", name: "Sarah Mitchell", handle: "Luxury Travel Enthusiast", testimonial: "Luxe Haven exceeded all expectations. The attention to detail and personalized service made our honeymoon unforgettable.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-elegant-businesswoman-suit_1098-22015.jpg?_wi=1", imageAlt: "Sarah Mitchell"
},
{
id: "2", name: "James Anderson", handle: "Business Executive", testimonial: "The perfect blend of business facilities and luxury comfort. Highly recommend for both corporate retreats and leisure stays.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-groom-posing_23-2150327171.jpg", imageAlt: "James Anderson"
id: "2", name: "James Anderson", handle: "Business Executive", testimonial: "The perfect blend of business facilities and luxury comfort. Highly recommend for both corporate retreats and leisure stays.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-groom-posing_23-2150327171.jpg?_wi=1", imageAlt: "James Anderson"
},
{
id: "3", name: "Emma Chen", handle: "Travel Blogger", testimonial: "Every corner of this resort is Instagram-worthy. The staff goes above and beyond to ensure guest satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-woman-smiling_23-2148407645.jpg", imageAlt: "Emma Chen"
@@ -143,10 +143,10 @@ export default function LandingPage() {
id: "4", name: "Michael Torres", handle: "Travel Writer", testimonial: "A five-star experience in every aspect. The spa, dining, and views are absolutely spectacular.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg", imageAlt: "Michael Torres"
},
{
id: "5", name: "Jessica Park", handle: "Wellness Coach", testimonial: "The spa and wellness programs are transformative. I left feeling completely rejuvenated and restored.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-elegant-businesswoman-suit_1098-22015.jpg", imageAlt: "Jessica Park"
id: "5", name: "Jessica Park", handle: "Wellness Coach", testimonial: "The spa and wellness programs are transformative. I left feeling completely rejuvenated and restored.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-elegant-businesswoman-suit_1098-22015.jpg?_wi=2", imageAlt: "Jessica Park"
},
{
id: "6", name: "Robert Sullivan", handle: "Hospitality Critic", testimonial: "This is what luxury hospitality should look like. Impeccable service from check-in to checkout.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-groom-posing_23-2150327171.jpg", imageAlt: "Robert Sullivan"
id: "6", name: "Robert Sullivan", handle: "Hospitality Critic", testimonial: "This is what luxury hospitality should look like. Impeccable service from check-in to checkout.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-groom-posing_23-2150327171.jpg?_wi=2", imageAlt: "Robert Sullivan"
}
]}
speed={40}