From e4afd5b0ea25437d9fd9c282615a58780a233fd8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 13:17:21 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 89e7763..d11eee9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -103,13 +103,13 @@ export default function LandingPage() { useInvertedBackground={false} team={[ { - id: "1", name: "Evelyn Thorne", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-21797.jpg", imageAlt: "Evelyn Thorne, CEO"}, + id: "1", name: "Evelyn Thorne", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-21797.jpg?_wi=2", imageAlt: "Evelyn Thorne, CEO"}, { - id: "2", name: "Marcus Alistair", role: "Lead Travel Designer", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", imageAlt: "Marcus Alistair, Lead Travel Designer"}, + id: "2", name: "Marcus Alistair", role: "Lead Travel Designer", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=2", imageAlt: "Marcus Alistair, Lead Travel Designer"}, { - id: "3", name: "Sophia Renard", role: "Concierge Specialist", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-businesswoman-looking-camera-against-gray-backdrop_23-2148029037.jpg", imageAlt: "Sophia Renard, Concierge Specialist"}, + id: "3", name: "Sophia Renard", role: "Concierge Specialist", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-businesswoman-looking-camera-against-gray-backdrop_23-2148029037.jpg?_wi=2", imageAlt: "Sophia Renard, Concierge Specialist"}, { - id: "4", name: "Julian Vance", role: "Exclusive Partnerships Director", imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-stylish-hipster-man-walking-city-street-with-leather-talking-phone-business-trip-bag-wearing-sweatshot-sunglasses-urban-style-trend-sunny-day-traveling_285396-4658.jpg", imageAlt: "Julian Vance, Partnerships Director"}, + id: "4", name: "Julian Vance", role: "Exclusive Partnerships Director", imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-stylish-hipster-man-walking-city-street-with-leather-talking-phone-business-trip-bag-wearing-sweatshot-sunglasses-urban-style-trend-sunny-day-traveling_285396-4658.jpg?_wi=2", imageAlt: "Julian Vance, Partnerships Director"}, ]} title="Meet Our Visionary Curators" description="Our team of dedicated travel specialists are passionate globetrotters with an eye for detail and a knack for creating unforgettable moments." @@ -125,19 +125,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Isabella Chen", handle: "@isabellachen", testimonial: "Voyage Elite planned our honeymoon to the Maldives, and it was absolute perfection. Every detail was meticulously handled, leaving us free to simply enjoy. Truly a dream come true!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-21797.jpg", imageAlt: "Isabella Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-21797.jpg?_wi=3", imageAlt: "Isabella Chen"}, { id: "2", name: "David Thompson", handle: "@davidthomp", testimonial: "From private jet to a secluded villa in Tuscany, Voyage Elite exceeded all expectations. Their local contacts and personalized recommendations were invaluable. Highly recommend their bespoke services.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", imageAlt: "David Thompson"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=3", imageAlt: "David Thompson"}, { id: "3", name: "Sophia Lee", handle: "@sophialee", testimonial: "Our family safari in Kenya was flawlessly executed. The guides were incredible, the lodges were exquisite, and the entire experience was deeply moving. Thank you, Voyage Elite!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-businesswoman-looking-camera-against-gray-backdrop_23-2148029037.jpg", imageAlt: "Sophia Lee"}, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-businesswoman-looking-camera-against-gray-backdrop_23-2148029037.jpg?_wi=3", imageAlt: "Sophia Lee"}, { id: "4", name: "Dr. Anya Sharma", handle: "@drsharma", testimonial: "As a busy professional, I appreciate efficiency without compromising luxury. Voyage Elite understood my needs perfectly and delivered a sublime Antarctic expedition. Phenomenal service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-talking-phone_329181-15805.jpg", imageAlt: "Dr. Anya Sharma"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-talking-phone_329181-15805.jpg?_wi=2", imageAlt: "Dr. Anya Sharma"}, { id: "5", name: "Michael & Eleanor Vance", handle: "@vance_travels", testimonial: "Our annual European grand tour with Voyage Elite is always the highlight of our year. They consistently find hidden gems and provide exclusive access. Unforgettable journeys, every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-elderly-woman-with-backpack-sporty-woman-casual-clothes-smiling-pointing-sport-adventure-hobby-concept_74855-23325.jpg", imageAlt: "Michael Vance"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-elderly-woman-with-backpack-sporty-woman-casual-clothes-smiling-pointing-sport-adventure-hobby-concept_74855-23325.jpg?_wi=2", imageAlt: "Michael Vance"}, ]} showRating={true} title="Journey Feedback: Our Clients Speak" -- 2.49.1 From 7cdfe58844bb6fc69fbb98ac0fdb85d1d4f2645b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 13:17:21 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7267cda..ae4f937 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -148,22 +148,22 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Eleanor Vance", handle: "@EleanorVance", testimonial: "Voyage Elite planned the most incredible honeymoon for us in the Maldives. Every detail was perfect, truly beyond our wildest dreams!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-21797.jpg", imageAlt: "Eleanor Vance avatar"}, + imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-21797.jpg?_wi=1", imageAlt: "Eleanor Vance avatar"}, { id: "2", name: "Marcus Thorne", handle: "@MarcusThorne", testimonial: "Our private safari in Kenya was meticulously organized and absolutely breathtaking. The exclusive access made all the difference.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", imageAlt: "Marcus Thorne avatar"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=1", imageAlt: "Marcus Thorne avatar"}, { id: "3", name: "Sophia Chang", handle: "@SophiaC_Travels", testimonial: "From the Swiss Alps to the Italian Riviera, Voyage Elite crafted a European adventure that was both luxurious and deeply personal. Fantastic service!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-businesswoman-looking-camera-against-gray-backdrop_23-2148029037.jpg", imageAlt: "Sophia Chang avatar"}, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-businesswoman-looking-camera-against-gray-backdrop_23-2148029037.jpg?_wi=1", imageAlt: "Sophia Chang avatar"}, { id: "4", name: "David Sterling", handle: "@DSterling_Adventures", testimonial: "The Antarctic expedition they arranged was an absolute triumph. Unforgettable wildlife encounters and supreme comfort on our private vessel.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-stylish-hipster-man-walking-city-street-with-leather-talking-phone-business-trip-bag-wearing-sweatshot-sunglasses-urban-style-trend-sunny-day-traveling_285396-4658.jpg", imageAlt: "David Sterling avatar"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-stylish-hipster-man-walking-city-street-with-leather-talking-phone-business-trip-bag-wearing-sweatshot-sunglasses-urban-style-trend-sunny-day-traveling_285396-4658.jpg?_wi=1", imageAlt: "David Sterling avatar"}, { id: "5", name: "Isabella Rossi", handle: "@IsabellaR", testimonial: "Every journey with Voyage Elite is pure magic. Their attention to detail and ability to anticipate my needs is simply unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-talking-phone_329181-15805.jpg", imageAlt: "Isabella Rossi avatar"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-talking-phone_329181-15805.jpg?_wi=1", imageAlt: "Isabella Rossi avatar"}, { id: "6", name: "Charles Beaumont", handle: "@CBeaumontGlobal", testimonial: "For exclusive and sophisticated travel experiences, Voyage Elite is the only choice. They consistently exceed expectations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-elderly-woman-with-backpack-sporty-woman-casual-clothes-smiling-pointing-sport-adventure-hobby-concept_74855-23325.jpg", imageAlt: "Charles Beaumont avatar"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-elderly-woman-with-backpack-sporty-woman-casual-clothes-smiling-pointing-sport-adventure-hobby-concept_74855-23325.jpg?_wi=1", imageAlt: "Charles Beaumont avatar"}, ]} showRating={true} title="Our Clients' Unforgettable Moments" -- 2.49.1