Merge version_1 into main #4

Merged
bender merged 2 commits from version_1 into main 2026-03-07 14:32:25 +00:00
2 changed files with 8 additions and 8 deletions

View File

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

View File

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