From a602c0156d2de69a4cabed49b9610f1bb5afcadb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 13:42:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0bd8816..8a17063 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,19 +47,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Johnson", handle: "@sarahjourneys", testimonial: "The service was super quick and smooth. Everything was handled perfectly!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoors-portrait-smiley-woman_23-2148486217.jpg", imageAlt: "happy customer satisfied portrait" + imageSrc: "http://img.b2bpic.net/free-photo/outdoors-portrait-smiley-woman_23-2148486217.jpg?_wi=1", imageAlt: "happy customer satisfied portrait" }, { name: "Michael Chen", handle: "@michaeltravels", testimonial: "Very friendly and easy to deal with. Best travel experience I've had.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", imageAlt: "businessman portrait professional headshot" + imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg?_wi=1", imageAlt: "businessman portrait professional headshot" }, { name: "Emily Rodriguez", handle: "@emilyexplores", testimonial: "Everything was managed perfectly! Stress-free from start to finish.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg", imageAlt: "woman vacation happy portrait smiling" + imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg?_wi=1", imageAlt: "woman vacation happy portrait smiling" }, { name: "David Kim", handle: "@davidventures", testimonial: "Quick responses, fast bookings, zero delays. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-preparing-trip-pink-space_140725-97533.jpg", imageAlt: "confident man professional portrait smile" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-preparing-trip-pink-space_140725-97533.jpg?_wi=1", imageAlt: "confident man professional portrait smile" } ]} testimonialRotationInterval={5000} @@ -125,16 +125,16 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", title: "Perfect Experience", quote: "The service was super quick and smooth. Everything was managed perfectly from start to finish.", name: "Sarah Johnson", role: "Travel Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-portrait-smiley-woman_23-2148486217.jpg", imageAlt: "happy customer satisfied portrait" + id: "1", title: "Perfect Experience", quote: "The service was super quick and smooth. Everything was managed perfectly from start to finish.", name: "Sarah Johnson", role: "Travel Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-portrait-smiley-woman_23-2148486217.jpg?_wi=2", imageAlt: "happy customer satisfied portrait" }, { - id: "2", title: "Best Travel Partner", quote: "Very friendly and easy to deal with. This was truly the best travel experience I've ever had.", name: "Michael Chen", role: "Adventure Seeker", imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", imageAlt: "businessman portrait professional headshot" + id: "2", title: "Best Travel Partner", quote: "Very friendly and easy to deal with. This was truly the best travel experience I've ever had.", name: "Michael Chen", role: "Adventure Seeker", imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg?_wi=2", imageAlt: "businessman portrait professional headshot" }, { - id: "3", title: "Stress-Free Journey", quote: "Everything was organized, clear, and hassle-free. They treated us like family, not just customers.", name: "Emily Rodriguez", role: "Family Traveler", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg", imageAlt: "woman vacation happy portrait smiling" + id: "3", title: "Stress-Free Journey", quote: "Everything was organized, clear, and hassle-free. They treated us like family, not just customers.", name: "Emily Rodriguez", role: "Family Traveler", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg?_wi=2", imageAlt: "woman vacation happy portrait smiling" }, { - id: "4", title: "Highly Recommended", quote: "Quick responses, fast bookings, zero delays. I've already recommended Arham Holidays to all my friends.", name: "David Kim", role: "Business Traveler", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-preparing-trip-pink-space_140725-97533.jpg", imageAlt: "confident man professional portrait smile" + id: "4", title: "Highly Recommended", quote: "Quick responses, fast bookings, zero delays. I've already recommended Arham Holidays to all my friends.", name: "David Kim", role: "Business Traveler", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-preparing-trip-pink-space_140725-97533.jpg?_wi=2", imageAlt: "confident man professional portrait smile" } ]} /> -- 2.49.1