Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-02 21:39:12 +00:00

View File

@@ -45,9 +45,9 @@ export default function LandingPage() {
background={{ variant: "plain" }}
buttons={[{ text: "Begin Your Journey", href: "journeys" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-vector/egypt-pyramids-nile-river-dusk_107791-4897.jpg", imageAlt: "Pyramids at sunset" },
{ imageSrc: "http://img.b2bpic.net/free-vector/egypt-pyramids-nile-river-dusk_107791-4897.jpg", imageAlt: "Nile at dusk" },
{ imageSrc: "http://img.b2bpic.net/free-vector/egypt-pyramids-nile-river-dusk_107791-4897.jpg", imageAlt: "Ancient Egypt landscape" }
{ imageSrc: "http://img.b2bpic.net/free-vector/egypt-pyramids-nile-river-dusk_107791-4897.jpg?_wi=1", imageAlt: "Pyramids at sunset" },
{ imageSrc: "http://img.b2bpic.net/free-vector/egypt-pyramids-nile-river-dusk_107791-4897.jpg?_wi=2", imageAlt: "Nile at dusk" },
{ imageSrc: "http://img.b2bpic.net/free-vector/egypt-pyramids-nile-river-dusk_107791-4897.jpg?_wi=3", imageAlt: "Ancient Egypt landscape" }
]}
mediaAnimation="opacity"
/>
@@ -103,12 +103,12 @@ export default function LandingPage() {
title="Trusted by Those Who Know"
description="Hear from the world's most discerning travelers."
testimonials={[
{ id: "1", name: "James H.", handle: "CEO, New York", testimonial: "iLuxury Egypt transformed my understanding of what luxury travel can be. Every detail was flawless, every moment unforgettable. Truly exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", imageAlt: "James H." },
{ id: "2", name: "Victoria M.", handle: "Venture Capitalist, San Francisco", testimonial: "The level of personalization and attention to detail is unmatched. This is the only way I'll travel to Egypt now.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", imageAlt: "Victoria M." },
{ id: "3", name: "Robert K.", handle: "Private Equity, Boston", testimonial: "An absolutely seamless experience from start to finish. The private guides were extraordinary and knowledgeable.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", imageAlt: "Robert K." },
{ id: "4", name: "Alexandra P.", handle: "Tech Entrepreneur, Seattle", testimonial: "iLuxury Egypt combines sophistication with adventure in ways I didn't think possible. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", imageAlt: "Alexandra P." },
{ id: "5", name: "Christopher T.", handle: "Hedge Fund Manager, Miami", testimonial: "The private concierge service is second to none. Every request was anticipated and executed flawlessly.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", imageAlt: "Christopher T." },
{ id: "6", name: "Sophia L.", handle: "Real Estate Developer, Los Angeles", testimonial: "A masterclass in luxury service. The helicopter arrival alone was worth the entire investment. Simply perfect.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", imageAlt: "Sophia L." }
{ id: "1", name: "James H.", handle: "CEO, New York", testimonial: "iLuxury Egypt transformed my understanding of what luxury travel can be. Every detail was flawless, every moment unforgettable. Truly exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=1", imageAlt: "James H." },
{ id: "2", name: "Victoria M.", handle: "Venture Capitalist, San Francisco", testimonial: "The level of personalization and attention to detail is unmatched. This is the only way I'll travel to Egypt now.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=2", imageAlt: "Victoria M." },
{ id: "3", name: "Robert K.", handle: "Private Equity, Boston", testimonial: "An absolutely seamless experience from start to finish. The private guides were extraordinary and knowledgeable.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=3", imageAlt: "Robert K." },
{ id: "4", name: "Alexandra P.", handle: "Tech Entrepreneur, Seattle", testimonial: "iLuxury Egypt combines sophistication with adventure in ways I didn't think possible. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=4", imageAlt: "Alexandra P." },
{ id: "5", name: "Christopher T.", handle: "Hedge Fund Manager, Miami", testimonial: "The private concierge service is second to none. Every request was anticipated and executed flawlessly.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=5", imageAlt: "Christopher T." },
{ id: "6", name: "Sophia L.", handle: "Real Estate Developer, Los Angeles", testimonial: "A masterclass in luxury service. The helicopter arrival alone was worth the entire investment. Simply perfect.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=6", imageAlt: "Sophia L." }
]}
animationType="slide-up"
textboxLayout="default"