From f7fb7dd6496b853b3f88204c7d9645478d5a098d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:46:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6131126..0175184 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,15 +56,15 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780700.jpg", imageAlt: "Modern professional workspace"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780700.jpg?_wi=1", imageAlt: "Modern professional workspace"}, { - imageSrc: "http://img.b2bpic.net/free-photo/researchers-looking-alternative-energy-souces_23-2149311456.jpg", imageAlt: "Professional team collaboration"}, + imageSrc: "http://img.b2bpic.net/free-photo/researchers-looking-alternative-energy-souces_23-2149311456.jpg?_wi=1", imageAlt: "Professional team collaboration"}, { - imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-95256.jpg", imageAlt: "Strategic service implementation"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-95256.jpg?_wi=1", imageAlt: "Strategic service implementation"}, { - imageSrc: "http://img.b2bpic.net/free-photo/winning-happy-standing-victory-grey_1262-2898.jpg", imageAlt: "Professional achievements"}, + imageSrc: "http://img.b2bpic.net/free-photo/winning-happy-standing-victory-grey_1262-2898.jpg?_wi=1", imageAlt: "Professional achievements"}, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780700.jpg", imageAlt: "Excellence in execution"}, + imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780700.jpg?_wi=2", imageAlt: "Excellence in execution"}, ]} ariaLabel="Premium professional services hero section" /> @@ -80,7 +80,7 @@ export default function LandingPage() { { value: "15+", title: "Years of Excellence" }, { value: "250+", title: "Client Relationships" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/researchers-looking-alternative-energy-souces_23-2149311456.jpg" + imageSrc="http://img.b2bpic.net/free-photo/researchers-looking-alternative-energy-souces_23-2149311456.jpg?_wi=2" imageAlt="Professional team expertise" useInvertedBackground={false} mediaAnimation="slide-up" @@ -94,13 +94,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Strategic Consulting", description: "Navigate complex business landscapes with data-driven insights and proven methodologies. We partner with you to identify opportunities, mitigate risks, and accelerate growth.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-95256.jpg", imageAlt: "Strategic consulting services"}, + title: "Strategic Consulting", description: "Navigate complex business landscapes with data-driven insights and proven methodologies. We partner with you to identify opportunities, mitigate risks, and accelerate growth.", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting_53876-95256.jpg?_wi=2", imageAlt: "Strategic consulting services"}, { id: 2, - title: "Implementation & Execution", description: "Transform strategies into tangible results. Our hands-on approach ensures seamless execution, stakeholder alignment, and measurable outcomes at every phase.", imageSrc: "http://img.b2bpic.net/free-photo/winning-happy-standing-victory-grey_1262-2898.jpg", imageAlt: "Professional implementation"}, + title: "Implementation & Execution", description: "Transform strategies into tangible results. Our hands-on approach ensures seamless execution, stakeholder alignment, and measurable outcomes at every phase.", imageSrc: "http://img.b2bpic.net/free-photo/winning-happy-standing-victory-grey_1262-2898.jpg?_wi=2", imageAlt: "Professional implementation"}, { id: 3, - title: "Ongoing Advisory", description: "Sustain competitive advantage through continuous guidance and strategic support. We remain embedded in your success, adapting to market shifts and emerging opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780700.jpg", imageAlt: "Ongoing professional advisory"}, + title: "Ongoing Advisory", description: "Sustain competitive advantage through continuous guidance and strategic support. We remain embedded in your success, adapting to market shifts and emerging opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780700.jpg?_wi=3", imageAlt: "Ongoing professional advisory"}, ]} title="Our Professional Services" description="Comprehensive solutions tailored to your unique business challenges and objectives." -- 2.49.1