From 5d1836e3902afdcf68eaa84bc787c7c97ee2050c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 14:59:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eada9d5..d181f6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,19 +82,19 @@ export default function LandingPage() { description="Overseas Business Setup helps entrepreneurs, startups, and established companies register, license, and launch businesses in international markets with confidence. From company formation to regulatory compliance, our experts simplify every step of the process." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/military-it-professional-gathers-intelligence-from-world-map-projection_482257-89861.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/military-it-professional-gathers-intelligence-from-world-map-projection_482257-89861.jpg?_wi=1", imageAlt: "Global business network", }, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-travel-agent_23-2150433454.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-travel-agent_23-2150433454.jpg?_wi=1", imageAlt: "Businesswoman planning global strategy", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-europe-flag-with-businessmen-background_1098-2932.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-europe-flag-with-businessmen-background_1098-2932.jpg?_wi=1", imageAlt: "International partnership handshake", }, { - imageSrc: "http://img.b2bpic.net/free-photo/world-map-continent-global-support-graphic_53876-124528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/world-map-continent-global-support-graphic_53876-124528.jpg?_wi=1", imageAlt: "Modern city skyline", }, { @@ -235,7 +235,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/military-it-professional-gathers-intelligence-from-world-map-projection_482257-89861.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/military-it-professional-gathers-intelligence-from-world-map-projection_482257-89861.jpg?_wi=2", imageAlt: "company registration icon", }, { @@ -260,7 +260,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-travel-agent_23-2150433454.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-travel-agent_23-2150433454.jpg?_wi=2", imageAlt: "company registration icon", }, { @@ -285,7 +285,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-europe-flag-with-businessmen-background_1098-2932.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-europe-flag-with-businessmen-background_1098-2932.jpg?_wi=2", imageAlt: "company registration icon", }, { @@ -310,7 +310,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/world-map-continent-global-support-graphic_53876-124528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/world-map-continent-global-support-graphic_53876-124528.jpg?_wi=2", imageAlt: "company registration icon", }, ]}