From 57bc0eb5b9a30ff4a5ab95f7761ecc17d92102c7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 12:26:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5bf042..3d69afa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { handle: "@travelguru", testimonial: "Skylinks made my international booking so easy and stress-free!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-from-plane-window-airplane_72229-1603.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-from-plane-window-airplane_72229-1603.jpg?_wi=1", imageAlt: "modern airplane flying over clouds", }, { @@ -73,7 +73,7 @@ export default function LandingPage() { handle: "@globetrotter", testimonial: "Fast, reliable, and exactly what I needed for my business trip.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-tourist-man-sits-with-suitcase-holds-smartphone-passport-tickets-goes_1258-270766.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-tourist-man-sits-with-suitcase-holds-smartphone-passport-tickets-goes_1258-270766.jpg?_wi=1", imageAlt: "modern airplane flying over clouds", }, { @@ -81,7 +81,7 @@ export default function LandingPage() { handle: "@elena_travels", testimonial: "Professional service that takes the headache out of complex itineraries.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-cell-phone-airport-waiting-lounge_1163-3490.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-cell-phone-airport-waiting-lounge_1163-3490.jpg?_wi=1", imageAlt: "modern airplane flying over clouds", }, { @@ -89,7 +89,7 @@ export default function LandingPage() { handle: "@marcus_business", testimonial: "The best flight booking experience I have ever had. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-with-digital-tablet-sitting-waiting-area_107420-95811.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-with-digital-tablet-sitting-waiting-area_107420-95811.jpg?_wi=1", imageAlt: "modern airplane flying over clouds", }, { @@ -97,7 +97,7 @@ export default function LandingPage() { handle: "@linda_explores", testimonial: "Seamless visa support and excellent communication throughout my trip.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-family-airport_23-2149272153.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-family-airport_23-2149272153.jpg?_wi=1", imageAlt: "modern airplane flying over clouds", }, ]} @@ -107,7 +107,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/amazing-view-from-plane-window-airplane_72229-1603.jpg" + imageSrc="http://img.b2bpic.net/free-photo/amazing-view-from-plane-window-airplane_72229-1603.jpg?_wi=2" mediaAnimation="slide-up" avatars={[ { @@ -242,7 +242,7 @@ export default function LandingPage() { role: "Traveler", company: "Skylinks", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-tourist-man-sits-with-suitcase-holds-smartphone-passport-tickets-goes_1258-270766.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-tourist-man-sits-with-suitcase-holds-smartphone-passport-tickets-goes_1258-270766.jpg?_wi=2", }, { id: "2", @@ -250,7 +250,7 @@ export default function LandingPage() { role: "Traveler", company: "Skylinks", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-cell-phone-airport-waiting-lounge_1163-3490.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-cell-phone-airport-waiting-lounge_1163-3490.jpg?_wi=2", }, { id: "3", @@ -258,7 +258,7 @@ export default function LandingPage() { role: "Traveler", company: "Skylinks", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-with-digital-tablet-sitting-waiting-area_107420-95811.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-with-digital-tablet-sitting-waiting-area_107420-95811.jpg?_wi=2", }, { id: "4", @@ -266,7 +266,7 @@ export default function LandingPage() { role: "Traveler", company: "Skylinks", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-family-airport_23-2149272153.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-family-airport_23-2149272153.jpg?_wi=2", }, { id: "5", -- 2.49.1