Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-05-22 16:11:05 +00:00

View File

@@ -46,11 +46,11 @@ export default function LandingPage() {
title="Heal, Relax, Renew at the Dead Sea"
description="Experience world-class wellness and luxury hospitality where ancient mineral waters meet modern comfort. Discover why the Dead Sea is nature's ultimate resort destination."
testimonials={[
{ name: "Sarah Miller", handle: "@sarah_travels", testimonial: "A transformative experience, the spa services are truly world-class.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/groom-morning-preparing-wedding-posing_1153-6498.jpg" },
{ name: "David Ben-Ari", handle: "@davidba", testimonial: "The perfect balance between business and total relaxation. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-chair-waiting-area_107420-95804.jpg" },
{ name: "Elena Rodriguez", handle: "@elenatravels", testimonial: "The mineral treatments left me feeling years younger. Incredible facility.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-relaxing-together_23-2151178239.jpg" },
{ name: "Mark Stevens", handle: "@mark_biz", testimonial: "World-class conference amenities tucked away in a relaxing paradise.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-ready-play-badminton_23-2149887408.jpg" },
{ name: "Chloe Dupont", handle: "@chloe_d", testimonial: "The best holiday resort I have visited in years. Pure tranquility.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149333730.jpg" }
{ name: "Sarah Miller", handle: "@sarah_travels", testimonial: "A transformative experience, the spa services are truly world-class.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/groom-morning-preparing-wedding-posing_1153-6498.jpg?_wi=1" },
{ name: "David Ben-Ari", handle: "@davidba", testimonial: "The perfect balance between business and total relaxation. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-chair-waiting-area_107420-95804.jpg?_wi=1" },
{ name: "Elena Rodriguez", handle: "@elenatravels", testimonial: "The mineral treatments left me feeling years younger. Incredible facility.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-relaxing-together_23-2151178239.jpg?_wi=1" },
{ name: "Mark Stevens", handle: "@mark_biz", testimonial: "World-class conference amenities tucked away in a relaxing paradise.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-ready-play-badminton_23-2149887408.jpg?_wi=1" },
{ name: "Chloe Dupont", handle: "@chloe_d", testimonial: "The best holiday resort I have visited in years. Pure tranquility.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149333730.jpg?_wi=1" }
]}
buttons={[{ text: "Check Availability", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-castle-interior-design_23-2151010549.jpg"
@@ -103,11 +103,11 @@ export default function LandingPage() {
title="Guest Experiences"
description="Hear what our guests have to say."
testimonials={[
{ id: "1", name: "Jane Doe", role: "Leisure Guest", testimonial: "Absolute paradise!", imageSrc: "http://img.b2bpic.net/free-photo/groom-morning-preparing-wedding-posing_1153-6498.jpg" },
{ id: "2", name: "John Smith", role: "Corporate Client", testimonial: "Flawless setup.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-chair-waiting-area_107420-95804.jpg" },
{ id: "3", name: "Maria Rossi", role: "Wellness Enthusiast", testimonial: "Renewed.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-relaxing-together_23-2151178239.jpg" },
{ id: "4", name: "Liam Connor", role: "Vacationer", testimonial: "5 stars.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-ready-play-badminton_23-2149887408.jpg" },
{ id: "5", name: "Samira Zaid", role: "Frequent Guest", testimonial: "Pure escape.", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149333730.jpg" }
{ id: "1", name: "Jane Doe", role: "Leisure Guest", testimonial: "Absolute paradise!", imageSrc: "http://img.b2bpic.net/free-photo/groom-morning-preparing-wedding-posing_1153-6498.jpg?_wi=2" },
{ id: "2", name: "John Smith", role: "Corporate Client", testimonial: "Flawless setup.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-chair-waiting-area_107420-95804.jpg?_wi=2" },
{ id: "3", name: "Maria Rossi", role: "Wellness Enthusiast", testimonial: "Renewed.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-relaxing-together_23-2151178239.jpg?_wi=2" },
{ id: "4", name: "Liam Connor", role: "Vacationer", testimonial: "5 stars.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-family-ready-play-badminton_23-2149887408.jpg?_wi=2" },
{ id: "5", name: "Samira Zaid", role: "Frequent Guest", testimonial: "Pure escape.", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-business-event_23-2149333730.jpg?_wi=2" }
]}
/>
</div>