From 9943eacd70dace5ebaa70f1ca44944bfc211b9c8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:49:35 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 206c142..1f93539 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -79,7 +79,7 @@ export default function AboutPage() { name: "Thomas Anderson", handle: "CEO, Global Tech Conglomerate", testimonial: "Strategic Solutions didn't just implement a platform—they transformed our entire operating model. We've never seen better execution.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=9", imageAlt: "professional headshot business portrait corporate avatar", }, { @@ -87,7 +87,7 @@ export default function AboutPage() { name: "Catherine Moore", handle: "President, Fortune 100 Manufacturing", testimonial: "The level of enterprise expertise in this team is unmatched. They understood our complexity and delivered accordingly. Exceptional partners.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=10", imageAlt: "executive portrait business headshot corporate professional", }, { @@ -95,7 +95,7 @@ export default function AboutPage() { name: "Richard Chang", handle: "Chief Operating Officer, Financial Services Leader", testimonial: "ROI exceeded projections by 2.5x. More importantly, they delivered with zero operational disruption. This is premium service.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=11", imageAlt: "professional photo business portrait corporate headshot", }, { @@ -103,7 +103,7 @@ export default function AboutPage() { name: "Elena Rodriguez", handle: "VP Strategy, Healthcare Enterprise", testimonial: "Twenty years of partnership experience shows. They know enterprise complexity, compliance, and growth at a level most consultancies can't match.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", imageAlt: "management portrait business professional corporate avatar", }, { @@ -111,7 +111,7 @@ export default function AboutPage() { name: "Michael Peterson", handle: "Chief Strategy Officer, Enterprise SaaS", testimonial: "They don't just deliver on promises—they exceed expectations consistently. The attention to detail and strategic thinking is remarkable.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=12", imageAlt: "business headshot corporate portrait professional avatar", }, { @@ -119,7 +119,7 @@ export default function AboutPage() { name: "Sophie Laurent", handle: "Managing Director, International Consulting", testimonial: "Partner with Strategic Solutions if you demand excellence. Their commitment to client success sets them apart from every competitor we've evaluated.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=13", imageAlt: "executive headshot business portrait professional photo", }, ]} -- 2.49.1 From 89dc63f69a080d2818bbb8923d5cb80431ee9381 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:49:36 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dee9e7d..d657051 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function HomePage() { handle: "CEO, TechVentures Inc", testimonial: "This partnership transformed our market position. Results exceeded expectations in every metric.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional headshot business portrait corporate avatar", }, { @@ -67,7 +67,7 @@ export default function HomePage() { handle: "CFO, Global Enterprise Co", testimonial: "Exceptional ROI and flawless execution. This is how premium service should be delivered.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "executive portrait business headshot corporate professional", }, { @@ -75,7 +75,7 @@ export default function HomePage() { handle: "President, Innovation Labs", testimonial: "Strategic thinking combined with operational excellence. Highly recommended for enterprise-level goals.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "professional photo business portrait corporate headshot", }, ]} @@ -131,21 +131,21 @@ export default function HomePage() { id: 1, title: "Strategic Discovery", description: "Deep business analysis and competitive intelligence to align solutions with enterprise objectives and market dynamics.", - imageSrc: "http://img.b2bpic.net/free-photo/strategy-solution-planning-business-success-target-concept_53876-123875.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/strategy-solution-planning-business-success-target-concept_53876-123875.jpg?_wi=1", imageAlt: "strategy planning business strategy strategic planning", }, { id: 2, title: "Flawless Execution", description: "Precision implementation with rigorous quality assurance, ensuring every detail meets premium standards.", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-charts-graphs-table-meeting_23-2147923334.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-charts-graphs-table-meeting_23-2147923334.jpg?_wi=1", imageAlt: "project execution implementation business execution", }, { id: 3, title: "Measurable Results", description: "Transparent metrics and accountability demonstrate ROI, competitive advantage, and sustained business growth.", - imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit_1157-45555.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit_1157-45555.jpg?_wi=1", imageAlt: "business results success metrics performance results", }, ]} @@ -185,7 +185,7 @@ export default function HomePage() { name: "David Williams", handle: "Chief Strategy Officer, Fortune 500 Tech", testimonial: "Transformed our entire approach to market leadership. The strategic insights alone justified the investment multiple times over.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "professional headshot business portrait corporate avatar", }, { @@ -193,7 +193,7 @@ export default function HomePage() { name: "Lisa Thompson", handle: "VP of Operations, Global Manufacturing", testimonial: "Exceptional execution across all operational metrics. Their team understands enterprise complexity at the highest level.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "executive portrait business headshot corporate professional", }, { @@ -201,7 +201,7 @@ export default function HomePage() { name: "Robert Chang", handle: "Chief Revenue Officer, SaaS Leader", testimonial: "Measurable impact on every revenue metric. This is how premium partnerships drive sustainable growth.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "professional photo business portrait corporate headshot", }, { @@ -209,7 +209,7 @@ export default function HomePage() { name: "Margaret Foster", handle: "President, Financial Services Firm", testimonial: "Compliance-ready, enterprise-tested, and delivering results. Exactly what sophisticated organizations need.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "management portrait business professional corporate avatar", }, { @@ -217,7 +217,7 @@ export default function HomePage() { name: "James Norton", handle: "Executive Director, Professional Services", testimonial: "Strategic thinking meets operational excellence. They elevate how enterprise leadership approaches market challenges.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7", imageAlt: "business headshot corporate portrait professional avatar", }, { @@ -225,7 +225,7 @@ export default function HomePage() { name: "Victoria Chen", handle: "Managing Partner, Consulting Group", testimonial: "Industry-leading expertise combined with genuine accountability. Rare to find such commitment to client success.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8", imageAlt: "executive headshot business portrait professional photo", }, ]} -- 2.49.1 From 2ddcebfbad6c68e4bcfda6e7e3e9df5a2b6fc8d5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:49:38 +0000 Subject: [PATCH 3/3] Update src/app/solutions/page.tsx --- src/app/solutions/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/solutions/page.tsx b/src/app/solutions/page.tsx index 0eb16f6..2123a2c 100644 --- a/src/app/solutions/page.tsx +++ b/src/app/solutions/page.tsx @@ -60,21 +60,21 @@ export default function SolutionsPage() { id: 1, title: "Enterprise Strategy & Planning", description: "Deep competitive analysis, market positioning, and strategic roadmaps designed for Fortune 500 complexity and measurable competitive advantage.", - imageSrc: "http://img.b2bpic.net/free-photo/strategy-solution-planning-business-success-target-concept_53876-123875.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/strategy-solution-planning-business-success-target-concept_53876-123875.jpg?_wi=2", imageAlt: "strategy planning business strategy strategic planning", }, { id: 2, title: "Technology Implementation", description: "Platform deployment, system integration, and technical infrastructure managed by certified engineers with enterprise-grade quality assurance.", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-charts-graphs-table-meeting_23-2147923334.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussing-charts-graphs-table-meeting_23-2147923334.jpg?_wi=2", imageAlt: "project execution implementation business execution", }, { id: 3, title: "Performance Optimization & Support", description: "Continuous optimization, advanced analytics, dedicated support teams, and quarterly executive reviews ensuring sustained competitive advantage.", - imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit_1157-45555.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-man-black-suit_1157-45555.jpg?_wi=2", imageAlt: "business results success metrics performance results", }, ]} -- 2.49.1