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={[ 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" 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' }, '*'); })(); +` + }} + /> + +