From d8515a904c7d09a57d4c89da53bce3a8b725e140 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:32:20 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 72da2c4..fa84cc7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,16 +84,16 @@ export default function HomePage() { features={[ { id: 1, - title: "Visa Assistance", description: "Expert guidance through the entire visa application process with documentation support", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-travel-agent_23-2150455558.jpg", imageAlt: "passport visa documents travel paperwork"}, + title: "Visa Assistance", description: "Expert guidance through the entire visa application process with documentation support", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-travel-agent_23-2150455558.jpg?_wi=1", imageAlt: "passport visa documents travel paperwork"}, { id: 2, - title: "Flight Ticket Booking", description: "Best flight options and rates from verified airlines worldwide", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-with-luggage-waiting-area_107420-85102.jpg", imageAlt: "airplane booking ticket reservation"}, + title: "Flight Ticket Booking", description: "Best flight options and rates from verified airlines worldwide", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-with-luggage-waiting-area_107420-85102.jpg?_wi=1", imageAlt: "airplane booking ticket reservation"}, { id: 3, - title: "Travel Consultation", description: "Personalized travel advice and destination planning services", imageSrc: "http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150770001.jpg", imageAlt: "travel consultant advising customer"}, + title: "Travel Consultation", description: "Personalized travel advice and destination planning services", imageSrc: "http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150770001.jpg?_wi=1", imageAlt: "travel consultant advising customer"}, { id: 4, - title: "Document Preparation", description: "Professional preparation of all required travel documentation", imageSrc: "http://img.b2bpic.net/free-photo/corporate-workers-brainstorming-together_23-2148804564.jpg", imageAlt: "document preparation business papers"}, + title: "Document Preparation", description: "Professional preparation of all required travel documentation", imageSrc: "http://img.b2bpic.net/free-photo/corporate-workers-brainstorming-together_23-2148804564.jpg?_wi=1", imageAlt: "document preparation business papers"}, ]} buttonAnimation="slide-up" /> -- 2.49.1 From b1629c39b60e7b2849827e28c54ff2b16070051c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:32:20 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 418e649..26dd735 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -48,16 +48,16 @@ export default function ServicesPage() { features={[ { id: 1, - title: "Visa Assistance", description: "Expert guidance through the entire visa application process with documentation support", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-travel-agent_23-2150455558.jpg", imageAlt: "passport visa documents travel paperwork"}, + title: "Visa Assistance", description: "Expert guidance through the entire visa application process with documentation support", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-travel-agent_23-2150455558.jpg?_wi=2", imageAlt: "passport visa documents travel paperwork"}, { id: 2, - title: "Flight Ticket Booking", description: "Best flight options and rates from verified airlines worldwide", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-with-luggage-waiting-area_107420-85102.jpg", imageAlt: "airplane booking ticket reservation"}, + title: "Flight Ticket Booking", description: "Best flight options and rates from verified airlines worldwide", imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-with-luggage-waiting-area_107420-85102.jpg?_wi=2", imageAlt: "airplane booking ticket reservation"}, { id: 3, - title: "Travel Consultation", description: "Personalized travel advice and destination planning services", imageSrc: "http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150770001.jpg", imageAlt: "travel consultant advising customer"}, + title: "Travel Consultation", description: "Personalized travel advice and destination planning services", imageSrc: "http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150770001.jpg?_wi=2", imageAlt: "travel consultant advising customer"}, { id: 4, - title: "Document Preparation", description: "Professional preparation of all required travel documentation", imageSrc: "http://img.b2bpic.net/free-photo/corporate-workers-brainstorming-together_23-2148804564.jpg", imageAlt: "document preparation business papers"}, + title: "Document Preparation", description: "Professional preparation of all required travel documentation", imageSrc: "http://img.b2bpic.net/free-photo/corporate-workers-brainstorming-together_23-2148804564.jpg?_wi=2", imageAlt: "document preparation business papers"}, ]} buttonAnimation="slide-up" /> -- 2.49.1