Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-21 13:42:20 +00:00

View File

@@ -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"
}
]}
/>