diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 771a3ba..d7abb23 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -78,7 +78,7 @@ export default function AboutPage() { role: "Moeder van twee", company: "Amsterdam", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6771.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-gray-marble-wall_158595-6771.jpg?_wi=2", imageAlt: "portrait professional woman happy smiling", }, { @@ -87,7 +87,7 @@ export default function AboutPage() { role: "Student", company: "Rotterdam", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-man-with-his-crossed-arms-looking-camera_23-2148130362.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-man-with-his-crossed-arms-looking-camera_23-2148130362.jpg?_wi=2", imageAlt: "portrait professional man confident smiling", }, { @@ -96,7 +96,7 @@ export default function AboutPage() { role: "Gepensioneerde", company: "Utrecht", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-young-woman-looking-camera_1301-6926.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-young-woman-looking-camera_1301-6926.jpg?_wi=2", imageAlt: "portrait woman smiling happy casual", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a91e294..2f0545f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1424,6 +1424,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +