diff --git a/src/app/page.tsx b/src/app/page.tsx index e10917a..1ad7770 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,7 +41,7 @@ export default function LandingPage() { diff --git a/src/app/work-visa/page.tsx b/src/app/work-visa/page.tsx index c42ad8f..d10db00 100644 --- a/src/app/work-visa/page.tsx +++ b/src/app/work-visa/page.tsx @@ -40,11 +40,11 @@ export default function WorkVisaPage() { title="Work Abroad Paths" description="Opportunities await." features={[ - { title: "Job Search", description: "Access to global listings.", imageSrc: "http://img.b2bpic.net/free-photo/airplane-runway-night_23-2151989560.jpg", imageAlt: "Airplane on runway at night" }, - { title: "Legalization", description: "Translation and attestation.", imageSrc: "http://img.b2bpic.net/free-photo/airplane-flying-clouds-sunset-light_335224-1386.jpg", imageAlt: "Airplane on runway at night" }, - { title: "Interview Prep", description: "Coaching by pros.", imageSrc: "http://img.b2bpic.net/free-photo/travel-again-concept-arrangement_23-2149064600.jpg", imageAlt: "Airplane on runway at night" }, - { title: "Relocation Advice", description: "Settling in smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/travel-composition-with-clothing-travel-equipment_7939-3242.jpg", imageAlt: "Airplane on runway at night" }, - { title: "Work Permits", description: "Sponsorship guidance.", imageSrc: "http://img.b2bpic.net/free-photo/visa-application-form-immigration-concept_53876-127772.jpg", imageAlt: "Airplane on runway at night" }, + { title: "Job Search", description: "Access to global listings.", imageSrc: "http://img.b2bpic.net/free-photo/airplane-runway-night_23-2151989560.jpg?_wi=2", imageAlt: "Airplane on runway at night" }, + { title: "Legalization", description: "Translation and attestation.", imageSrc: "http://img.b2bpic.net/free-photo/airplane-flying-clouds-sunset-light_335224-1386.jpg?_wi=3", imageAlt: "Airplane on runway at night" }, + { title: "Interview Prep", description: "Coaching by pros.", imageSrc: "http://img.b2bpic.net/free-photo/travel-again-concept-arrangement_23-2149064600.jpg?_wi=3", imageAlt: "Airplane on runway at night" }, + { title: "Relocation Advice", description: "Settling in smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/travel-composition-with-clothing-travel-equipment_7939-3242.jpg?_wi=3", imageAlt: "Airplane on runway at night" }, + { title: "Work Permits", description: "Sponsorship guidance.", imageSrc: "http://img.b2bpic.net/free-photo/visa-application-form-immigration-concept_53876-127772.jpg?_wi=3", imageAlt: "Airplane on runway at night" }, ]} />