import Image from 'next/image' import { Container } from '@/components/Container' import avatarImage1 from '@/images/avatars/avatar-1.png' import avatarImage2 from '@/images/avatars/avatar-2.png' import avatarImage3 from '@/images/avatars/avatar-3.png' import avatarImage4 from '@/images/avatars/avatar-4.png' import avatarImage5 from '@/images/avatars/avatar-5.png' const testimonials = [ [ { content: "VEDA exceeded all my expectations. The attention to detail and personalized service made our Nile cruise a truly unforgettable experience. Highly recommend!", author: { name: 'Sheryl Berge', role: 'CEO at Lynch LLC', image: avatarImage1, }, }, { content: "VEDA exceeded all my expectations. The attention to detail and personalized service made our Nile cruise a truly unforgettable experience. Highly recommend!", author: { name: 'Amy Hahn', role: 'Director at Velocity Industries', image: avatarImage4, }, }, ], [ { content: "I was blown away by the beauty and serenity of the VEDA dahabiyas. The personalized itinerary was perfect for our group, making every moment special and memorable.", author: { name: 'Leland Kiehn', role: 'Founder of Kiehn and Sons', image: avatarImage5, }, }, { content: "From the luxurious accommodations to the incredible crew, VEDA made our trip down the Nile a dream come true. Can't wait to return!", author: { name: 'Erin Powlowski', role: 'COO at Armstrong Inc', image: avatarImage2, }, }, ], [ { content: " The eco-friendly approach of VEDA is commendable. We enjoyed every moment, knowing we were in harmony with nature. A perfect blend of luxury and sustainability!", author: { name: 'Peter Renolds', role: 'Founder of West Inc', image: avatarImage3, }, }, { content: "Our family had the most amazing time on VEDA. The curated experiences and the hospitality of the crew were outstanding. A once-in-a-lifetime journey!", author: { name: 'Amy Hahn', role: 'Director at Velocity Industries', image: avatarImage4, }, }, ], ] function QuoteIcon(props) { return ( ) } export function Testimonials() { return (

LOVED BY COMMUNITIES WORLDWIDE

Discover the heartfelt stories of joy, relaxation, and adventure that make VEDA a cherished choice for travelers seeking unique and sophisticated experiences on the Nile.

) }