From 8f52c7f89311c8d94b0642a81978794dfdf26727 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 11:38:06 +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 2eb997c..3efa076 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,32 +103,32 @@ export default function LandingPage() { { title: "Holiday Packages", description: "Custom curated packages for every destination.", - imageSrc: "http://img.b2bpic.net/free-vector/simple-business-logo-set_53876-93117.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/simple-business-logo-set_53876-93117.jpg?_wi=1", }, { title: "Flight Bookings", description: "Best deals on international and domestic flights.", - imageSrc: "http://img.b2bpic.net/free-photo/covid-19-vaccine-certificate-passport-white-neon-graphic_53876-176879.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/covid-19-vaccine-certificate-passport-white-neon-graphic_53876-176879.jpg?_wi=1", }, { title: "Hotel Reservations", description: "Premium stays at handpicked luxury hotels.", - imageSrc: "http://img.b2bpic.net/free-photo/map-svalbard-jan-mayen-gold-glitter-map-dark-background_559531-10667.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/map-svalbard-jan-mayen-gold-glitter-map-dark-background_559531-10667.jpg?_wi=1", }, { title: "Sightseeing Tours", description: "Guided tours for the best local experiences.", - imageSrc: "http://img.b2bpic.net/free-vector/simple-business-logo-set_53876-93117.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/simple-business-logo-set_53876-93117.jpg?_wi=2", }, { title: "Visa Assistance", description: "Seamless visa processing services.", - imageSrc: "http://img.b2bpic.net/free-photo/covid-19-vaccine-certificate-passport-white-neon-graphic_53876-176879.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/covid-19-vaccine-certificate-passport-white-neon-graphic_53876-176879.jpg?_wi=2", }, { title: "Airport Transfers", description: "Stress-free pickup and drop services.", - imageSrc: "http://img.b2bpic.net/free-photo/map-svalbard-jan-mayen-gold-glitter-map-dark-background_559531-10667.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/map-svalbard-jan-mayen-gold-glitter-map-dark-background_559531-10667.jpg?_wi=2", }, ]} title="Premium Services" @@ -277,14 +277,14 @@ export default function LandingPage() { name: "Rahul", role: "Traveler", testimonial: "Seamless visa and hotel booking process.", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-guy-going-vacation-wearing-summer-hat-holding-backpack-with-camera-phot_1258-173863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-guy-going-vacation-wearing-summer-hat-holding-backpack-with-camera-phot_1258-173863.jpg?_wi=1", }, { id: "t5", name: "Amit", role: "Traveler", testimonial: "Highly recommended for families.", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-guy-going-vacation-wearing-summer-hat-holding-backpack-with-camera-phot_1258-173863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-handsome-guy-going-vacation-wearing-summer-hat-holding-backpack-with-camera-phot_1258-173863.jpg?_wi=2", }, ]} title="What Our Travelers Say" -- 2.49.1