From fb0f2c4ff42d7c1f55acb34f6e19604fa54d9754 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 13 Jun 2026 11:03:44 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/TestimonialsPage.tsx --- src/pages/TestimonialsPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/TestimonialsPage.tsx b/src/pages/TestimonialsPage.tsx index a4b101f..c12d0a4 100644 --- a/src/pages/TestimonialsPage.tsx +++ b/src/pages/TestimonialsPage.tsx @@ -11,6 +11,7 @@ export default function TestimonialsPage() { Date: Sat, 13 Jun 2026 11:03:48 +0000 Subject: [PATCH 2/2] Update src/pages/TestimonialsPage.tsx --- src/pages/TestimonialsPage.tsx | 60 ++++++++-------------------------- 1 file changed, 14 insertions(+), 46 deletions(-) diff --git a/src/pages/TestimonialsPage.tsx b/src/pages/TestimonialsPage.tsx index c12d0a4..dcfca5e 100644 --- a/src/pages/TestimonialsPage.tsx +++ b/src/pages/TestimonialsPage.tsx @@ -11,43 +11,23 @@ export default function TestimonialsPage() { @@ -61,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"}, ]} /> -- 2.49.1