Update src/app/page.tsx

This commit is contained in:
2026-06-11 14:59:34 +00:00
parent f11ec26ff4
commit 5d1836e390

View File

@@ -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",
},
]}