From 7b11f3e6cb05c3cb4a01d97732bd06ffc708d7c3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:39:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 456e434..66c9fa7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1