diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6388969..ccfc0d3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -146,28 +146,28 @@ export default function LandingPage() { id: "1", name: "Evelyn Thorne", role: "Founder & CEO", - imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-21797.jpg", + 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", + 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", + 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", + 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", }, ]} @@ -188,7 +188,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-21797.jpg?_wi=3", imageAlt: "Isabella Chen", }, { @@ -197,7 +197,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=3", imageAlt: "David Thompson", }, { @@ -206,7 +206,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-businesswoman-looking-camera-against-gray-backdrop_23-2148029037.jpg?_wi=3", imageAlt: "Sophia Lee", }, { @@ -215,7 +215,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-talking-phone_329181-15805.jpg?_wi=2", imageAlt: "Dr. Anya Sharma", }, { @@ -224,7 +224,7 @@ export default function LandingPage() { 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", + 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", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index c852dc4..f594bc6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -231,7 +231,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-21797.jpg?_wi=1", imageAlt: "Eleanor Vance avatar", }, { @@ -240,7 +240,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=1", imageAlt: "Marcus Thorne avatar", }, { @@ -249,7 +249,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-businesswoman-looking-camera-against-gray-backdrop_23-2148029037.jpg?_wi=1", imageAlt: "Sophia Chang avatar", }, { @@ -258,7 +258,7 @@ export default function LandingPage() { 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", + 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", }, { @@ -267,7 +267,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-talking-phone_329181-15805.jpg?_wi=1", imageAlt: "Isabella Rossi avatar", }, { @@ -276,7 +276,7 @@ export default function LandingPage() { 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", + 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", }, ]}