diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2068492..5226bca 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -180,37 +180,37 @@ export default function AboutPage() { { id: "1", name: "Ali Hassan", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-business-man_23-2148479544.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-business-man_23-2148479544.jpg?_wi=2", imageAlt: "Ali Hassan", }, { id: "2", name: "Fatima Khan", - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-27217.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-27217.jpg?_wi=2", imageAlt: "Fatima Khan", }, { id: "3", name: "Muhammad Bilal", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-redhead-model-man-flannel-shirt-gray-background_613910-5141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-redhead-model-man-flannel-shirt-gray-background_613910-5141.jpg?_wi=2", imageAlt: "Muhammad Bilal", }, { id: "4", name: "Zainab Ahmed", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=2", imageAlt: "Zainab Ahmed", }, { id: "5", name: "Hassan Raza", - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-smiling-cheerfully-showing-thumbs-up-standing-pink-wall_141793-23039.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-smiling-cheerfully-showing-thumbs-up-standing-pink-wall_141793-23039.jpg?_wi=2", imageAlt: "Hassan Raza", }, { id: "6", name: "Amina Malik", - imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/afro-american-woman-smiling-close-up_23-2148336947.jpg?_wi=2", imageAlt: "Amina Malik", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b67ad8e..827a5d3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1434,6 +1434,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +