From 2cc01fd760fcce1464f5c66b633d00dc63a2531d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:33:38 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e4a8d54..3692edf 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -44,7 +44,7 @@ export default function ContactPage() { description="Book your complimentary consultation with our visa experts. We'll analyze your situation, discuss your goals, and outline a personalized pathway to visa success." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg" + imageSrc="http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg?_wi=2" imageAlt="email newsletter subscription communication digital inbox" mediaPosition="right" mediaAnimation="blur-reveal" -- 2.49.1 From d5543ea128f0c20a359034b4e5ca5ad82d6e2ef1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:33:41 +0000 Subject: [PATCH 2/3] 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 68f1c52..f02645c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,7 +96,7 @@ export default function HomePage() { title: "Student Visas", description: "Fast-track your education abroad with our expert student visa guidance for Canada, UK, Australia, and USA.", tag: "Education", - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-university-library_23-2148844696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-university-library_23-2148844696.jpg?_wi=1", imageAlt: "student education university international student learning academic", }, { @@ -104,7 +104,7 @@ export default function HomePage() { title: "Tourist & Visitor Visas", description: "Hassle-free family travel planning with honest advice and transparent timelines for visitor visas.", tag: "Family Travel", - imageSrc: "http://img.b2bpic.net/free-photo/happy-father-hiking-with-children-mountains_74855-21367.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-father-hiking-with-children-mountains_74855-21367.jpg?_wi=1", imageAlt: "family travel vacation tourism tour explore", }, { @@ -112,7 +112,7 @@ export default function HomePage() { title: "Refusal Case Expertise", description: "Specialized support for reapplication after rejection. We strengthen cases and rebuild confidence.", tag: "Specialized Help", - imageSrc: "http://img.b2bpic.net/free-photo/business-executives-discussing-laptop_107420-65753.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-executives-discussing-laptop_107420-65753.jpg?_wi=1", imageAlt: "support help business consultation advice professional", }, ]} @@ -218,7 +218,7 @@ export default function HomePage() { description="Subscribe to our newsletter for weekly immigration insights, visa updates, and exclusive guidance for aspiring students and families from Punjab." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg" + imageSrc="http://img.b2bpic.net/free-photo/e-mail-global-communications-connection-social-networking-concept_53876-134026.jpg?_wi=1" imageAlt="email newsletter subscription communication digital inbox" mediaPosition="right" mediaAnimation="blur-reveal" -- 2.49.1 From 8f49b416925b02f90f12a55864742249d94bdefc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:33:42 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 504ca10..624a336 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -51,7 +51,7 @@ export default function ServicesPage() { title: "Student Visas", description: "Fast-track your education abroad with our expert student visa guidance for Canada, UK, Australia, and USA.", tag: "Education", - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-university-library_23-2148844696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-university-library_23-2148844696.jpg?_wi=2", imageAlt: "student education university international student learning academic", }, { @@ -59,7 +59,7 @@ export default function ServicesPage() { title: "Tourist & Visitor Visas", description: "Hassle-free family travel planning with honest advice and transparent timelines for visitor visas.", tag: "Family Travel", - imageSrc: "http://img.b2bpic.net/free-photo/happy-father-hiking-with-children-mountains_74855-21367.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-father-hiking-with-children-mountains_74855-21367.jpg?_wi=2", imageAlt: "family travel vacation tourism tour explore", }, { @@ -67,7 +67,7 @@ export default function ServicesPage() { title: "Refusal Case Expertise", description: "Specialized support for reapplication after rejection. We strengthen cases and rebuild confidence.", tag: "Specialized Help", - imageSrc: "http://img.b2bpic.net/free-photo/business-executives-discussing-laptop_107420-65753.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-executives-discussing-laptop_107420-65753.jpg?_wi=2", imageAlt: "support help business consultation advice professional", }, ]} -- 2.49.1