From 4a7a4414a9f41e8bbfbf01e041add74b924db20b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 13:11:23 +0000 Subject: [PATCH 1/6] Update src/app/account/page.tsx --- src/app/account/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/account/page.tsx b/src/app/account/page.tsx index e2eae2b..eadea53 100644 --- a/src/app/account/page.tsx +++ b/src/app/account/page.tsx @@ -98,7 +98,7 @@ export default function AccountPage() { role: "CEO", company: "Sterling Ventures Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg?_wi=2", }, { id: "2", @@ -106,7 +106,7 @@ export default function AccountPage() { role: "Real Estate Investor", company: "Thompson Capital", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-13402.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-13402.jpg?_wi=2", }, { id: "3", @@ -114,7 +114,7 @@ export default function AccountPage() { role: "Entrepreneur", company: "Fernandez Holdings", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-girl-white-blazer-does-positive-pose_114579-15697.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-girl-white-blazer-does-positive-pose_114579-15697.jpg?_wi=2", }, { id: "4", @@ -122,7 +122,7 @@ export default function AccountPage() { role: "Executive Director", company: "Walsh Global Partners", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1 From 1e7eefda19f7d684d8002df38a958a88bf016ae5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 13:11:24 +0000 Subject: [PATCH 2/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2054fb0..75430bb 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -73,7 +73,7 @@ export default function ContactPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/people-modern-office-working-with-gadgets_23-2147656711.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-modern-office-working-with-gadgets_23-2147656711.jpg?_wi=2" imageAlt="Luxury office with high-end furnishings" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1 From df5d37320518cda91fd27c09c8c53f8a6e5c92bf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 13:11:24 +0000 Subject: [PATCH 3/6] Update src/app/layout.tsx --- src/app/layout.tsx | 1367 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1367 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index bfdc5cf..8092f97 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1427,6 +1427,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +