diff --git a/src/pages/TestimonialsPage.tsx b/src/pages/TestimonialsPage.tsx index a4b101f..dcfca5e 100644 --- a/src/pages/TestimonialsPage.tsx +++ b/src/pages/TestimonialsPage.tsx @@ -11,42 +11,23 @@ export default function TestimonialsPage() { @@ -60,23 +41,11 @@ export default function TestimonialsPage() { description="Hear directly from those who traveled with us." testimonials={[ { - name: "Sam", - role: "Photographer", - quote: "Incredible desert experience.", - imageSrc: "https://images.pexels.com/photos/2986239/pexels-photo-2986239.jpeg?auto=compress&cs=tinysrgb&h=650&w=940", - }, + name: "Sam", role: "Photographer", quote: "Incredible desert experience.", imageSrc: "https://images.pexels.com/photos/2986239/pexels-photo-2986239.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"}, { - name: "Elena", - role: "Blogger", - quote: "Best trip of my life.", - imageSrc: "https://images.pexels.com/photos/6931035/pexels-photo-6931035.jpeg?auto=compress&cs=tinysrgb&h=650&w=940", - }, + name: "Elena", role: "Blogger", quote: "Best trip of my life.", imageSrc: "https://images.pexels.com/photos/6931035/pexels-photo-6931035.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"}, { - name: "Max", - role: "Traveler", - quote: "Seamless logistics.", - imageSrc: "https://images.pexels.com/photos/23496880/pexels-photo-23496880.jpeg?auto=compress&cs=tinysrgb&h=650&w=940", - }, + name: "Max", role: "Traveler", quote: "Seamless logistics.", imageSrc: "https://images.pexels.com/photos/23496880/pexels-photo-23496880.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"}, ]} />