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" /> 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" />