From e74712c148e8abd604b596b75b6216fdeab52349 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 00:17:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f977084..d8aa2f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,9 +98,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { title: "Expert Insight", description: "Deep industry knowledge for every sector.", icon: Shield, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/business-people-shaking-hands-meeting_23-2148825105.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/business-people-shaking-hands-meeting_23-2148825105.jpg" }] }, - { title: "Strategic Growth", description: "Strategies for a rapidly changing landscape.", icon: Award, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/business-presentation-with-charts_23-2148825114.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/business-presentation-with-charts_23-2148825114.jpg" }] }, - { title: "Global Reach", description: "Seamless support for multinational operations.", icon: Zap, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/modern-office-interior-workplace_140725-8454.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/modern-office-interior-workplace_140725-8454.jpg" }] }, + { title: "Expert Insight", description: "Deep industry knowledge for every sector.", icon: Shield, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/business-people-shaking-hands-meeting_23-2148825105.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/business-people-shaking-hands-meeting_23-2148825105.jpg?_wi=2" }] }, + { title: "Strategic Growth", description: "Strategies for a rapidly changing landscape.", icon: Award, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/business-presentation-with-charts_23-2148825114.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/business-presentation-with-charts_23-2148825114.jpg?_wi=2" }] }, + { title: "Global Reach", description: "Seamless support for multinational operations.", icon: Zap, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/modern-office-interior-workplace_140725-8454.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/modern-office-interior-workplace_140725-8454.jpg?_wi=2" }] }, ]} title="Why Partner With Us" description="We combine global perspective with local insight to serve your interests." -- 2.49.1