From e102dfc4b29a09c72d98222810b1824abdefd867 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:59:07 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 096c499..1f6a4d5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -49,7 +49,7 @@ export default function AboutPage() { tag="Executive Professional" tagIcon={User} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/elegant-businessman-office-table-looking-thoughtfully-window_1098-19179.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elegant-businessman-office-table-looking-thoughtfully-window_1098-19179.jpg?_wi=3" imageAlt="Professional executive in modern office setting" buttons={[ { text: "Explore My Services", href: "/services" }, -- 2.49.1 From f87be86fedb77fdb98ff45e1596c496e24d5960f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:59:07 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f794928..45aa447 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -56,23 +56,23 @@ export default function ContactPage() { buttonAnimation="blur-reveal" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=4", imageAlt: "Executive professional ready to connect", }, { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-businessman-office-table-looking-thoughtfully-window_1098-19179.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-businessman-office-table-looking-thoughtfully-window_1098-19179.jpg?_wi=4", imageAlt: "Professional office consultation setting", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessmen-working-together-with-diagrams_1098-246.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessmen-working-together-with-diagrams_1098-246.jpg?_wi=4", imageAlt: "Strategic business discussion and planning", }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-leader-meeting-with-his-team_1262-2160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-leader-meeting-with-his-team_1262-2160.jpg?_wi=4", imageAlt: "Team collaboration and leadership meeting", }, { - imageSrc: "http://img.b2bpic.net/free-photo/mature-couple-meeting-with-financial-expert-develop-detailed-retirement-plan_482257-92410.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mature-couple-meeting-with-financial-expert-develop-detailed-retirement-plan_482257-92410.jpg?_wi=4", imageAlt: "Professional consultation and advisory session", }, ]} -- 2.49.1 From 8a04e20ba7137a39bb1595ededa9cd83ee8b12c6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:59:08 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 865320b..ad4c975 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,23 +60,23 @@ export default function HomePage() { buttonAnimation="blur-reveal" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=1", imageAlt: "Professional executive portrait", }, { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-businessman-office-table-looking-thoughtfully-window_1098-19179.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-businessman-office-table-looking-thoughtfully-window_1098-19179.jpg?_wi=1", imageAlt: "Modern office workspace", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessmen-working-together-with-diagrams_1098-246.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessmen-working-together-with-diagrams_1098-246.jpg?_wi=1", imageAlt: "Business strategy session", }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-leader-meeting-with-his-team_1262-2160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-leader-meeting-with-his-team_1262-2160.jpg?_wi=1", imageAlt: "Team leadership and management", }, { - imageSrc: "http://img.b2bpic.net/free-photo/mature-couple-meeting-with-financial-expert-develop-detailed-retirement-plan_482257-92410.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mature-couple-meeting-with-financial-expert-develop-detailed-retirement-plan_482257-92410.jpg?_wi=1", imageAlt: "Professional consulting meeting", }, ]} @@ -90,7 +90,7 @@ export default function HomePage() { tag="About Me" tagIcon={User} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/elegant-businessman-office-table-looking-thoughtfully-window_1098-19179.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elegant-businessman-office-table-looking-thoughtfully-window_1098-19179.jpg?_wi=2" imageAlt="Professional executive in modern office" buttons={[ { text: "View My Services", href: "/services" }, @@ -112,7 +112,7 @@ export default function HomePage() { { title: "Strategic Planning & Consulting", description: "Develop comprehensive business strategies aligned with your vision and market opportunities", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessmen-working-together-with-diagrams_1098-246.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessmen-working-together-with-diagrams_1098-246.jpg?_wi=2", imageAlt: "Strategic business planning", buttonIcon: ArrowRight, buttonHref: "/contact", @@ -120,7 +120,7 @@ export default function HomePage() { { title: "Organizational Leadership", description: "Build and lead high-performing teams that drive innovation and achieve ambitious goals", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-leader-meeting-with-his-team_1262-2160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-leader-meeting-with-his-team_1262-2160.jpg?_wi=2", imageAlt: "Team leadership training", buttonIcon: ArrowRight, buttonHref: "/contact", @@ -128,7 +128,7 @@ export default function HomePage() { { title: "Business Development", description: "Identify and execute growth opportunities to expand market share and revenue streams", - imageSrc: "http://img.b2bpic.net/free-photo/mature-couple-meeting-with-financial-expert-develop-detailed-retirement-plan_482257-92410.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mature-couple-meeting-with-financial-expert-develop-detailed-retirement-plan_482257-92410.jpg?_wi=2", imageAlt: "Business development strategies", buttonIcon: ArrowRight, buttonHref: "/contact", @@ -136,7 +136,7 @@ export default function HomePage() { { title: "Operations Optimization", description: "Streamline processes, improve efficiency, and maximize profitability across your organization", - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=2", imageAlt: "Operations management", buttonIcon: ArrowRight, buttonHref: "/contact", @@ -212,7 +212,7 @@ export default function HomePage() { quote: "Outstanding business development strategy. We identified and executed growth opportunities that doubled our customer base in two years. Exceptional results and professional approach.", name: "David Kim", role: "Founder, StartupXYZ", - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=3", imageAlt: "David Kim portrait", }, ]} -- 2.49.1 From 0fb6e8a0416cd159a9832b33171bbb14b97f3254 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:59:09 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index deeab90..dab5e49 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -52,7 +52,7 @@ export default function ServicesPage() { { title: "Strategic Planning & Consulting", description: "Develop comprehensive, forward-thinking business strategies that align seamlessly with your organizational vision and capitalize on emerging market opportunities for sustainable competitive advantage.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessmen-working-together-with-diagrams_1098-246.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessmen-working-together-with-diagrams_1098-246.jpg?_wi=3", imageAlt: "Strategic business planning and analysis", buttonIcon: ArrowRight, buttonHref: "/contact", @@ -60,7 +60,7 @@ export default function ServicesPage() { { title: "Organizational Leadership", description: "Build and cultivate high-performing teams that are driven by shared vision, foster innovation at every level, and consistently achieve ambitious organizational goals with excellence.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-leader-meeting-with-his-team_1262-2160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-leader-meeting-with-his-team_1262-2160.jpg?_wi=3", imageAlt: "Leadership training and team development", buttonIcon: ArrowRight, buttonHref: "/contact", @@ -68,7 +68,7 @@ export default function ServicesPage() { { title: "Business Development", description: "Identify, evaluate, and strategically execute high-impact growth opportunities that expand market presence, increase revenue streams, and establish market leadership position.", - imageSrc: "http://img.b2bpic.net/free-photo/mature-couple-meeting-with-financial-expert-develop-detailed-retirement-plan_482257-92410.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mature-couple-meeting-with-financial-expert-develop-detailed-retirement-plan_482257-92410.jpg?_wi=3", imageAlt: "Business development and growth strategies", buttonIcon: ArrowRight, buttonHref: "/contact", -- 2.49.1