From 42d3d69404987648c64f5c023301ab68c9ffc417 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 00:16:47 +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 eca17e4..f977084 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" }] }, - { 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" }] }, - { 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" }] }, + { 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="Why Partner With Us" description="We combine global perspective with local insight to serve your interests." -- 2.49.1