diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 935d719..f5f744b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -59,7 +59,7 @@ export default function AboutPage() { title: "Satisfied Clients Served", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/working-accountant_1098-13967.jpg" + imageSrc="http://img.b2bpic.net/free-photo/working-accountant_1098-13967.jpg?_wi=4" imageAlt="Legal team collaboration" mediaAnimation="slide-up" useInvertedBackground={false} @@ -86,7 +86,7 @@ export default function AboutPage() { title: "Richard Sterling", subtitle: "Founding Partner, Corporate Law", detail: "r.sterling@sterlinglaw.com", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-smiling_23-2147985511.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-smiling_23-2147985511.jpg?_wi=1", imageAlt: "Richard Sterling", }, { @@ -94,7 +94,7 @@ export default function AboutPage() { title: "Patricia Morrison", subtitle: "Senior Partner, Litigation", detail: "p.morrison@sterlinglaw.com", - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-using-tablet_23-2148095693.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-using-tablet_23-2148095693.jpg?_wi=1", imageAlt: "Patricia Morrison", }, ], @@ -108,7 +108,7 @@ export default function AboutPage() { title: "James Chen", subtitle: "Associate Attorney, Real Estate", detail: "j.chen@sterlinglaw.com", - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095676.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-with-crossed-arms_23-2148095676.jpg?_wi=1", imageAlt: "James Chen", }, { @@ -116,7 +116,7 @@ export default function AboutPage() { title: "Sarah Williams", subtitle: "Associate Attorney, Family Law", detail: "s.williams@sterlinglaw.com", - imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg?_wi=1", imageAlt: "Sarah Williams", }, ], diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 37b0618..9d4488a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -56,7 +56,7 @@ export default function ContactPage() { variant: "sparkles-gradient", }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/mid-adult-businessman-feeling-sad-while-looking-photo-picture-frame-work_637285-1036.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mid-adult-businessman-feeling-sad-while-looking-photo-picture-frame-work_637285-1036.jpg?_wi=6" imageAlt="Law office contact" mediaAnimation="slide-up" inputPlaceholder="Enter your email address" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index bfac587..27c153c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1430,6 +1430,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +