diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a176728..1cfc9a9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -113,7 +113,7 @@ export default function AboutPage() { company: "Urban Flow Studio", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-business-woman-pointing-camera-smiling_1098-20747.jpg", + "http://img.b2bpic.net/free-photo/medium-shot-business-woman-pointing-camera-smiling_1098-20747.jpg?_wi=2", imageAlt: "Sarah Johnson", }, { @@ -123,7 +123,7 @@ export default function AboutPage() { company: "Running Community", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/stretching-is-very-important-part-training_329181-4368.jpg", + "http://img.b2bpic.net/free-photo/stretching-is-very-important-part-training_329181-4368.jpg?_wi=2", imageAlt: "Maya Chen", }, { @@ -133,7 +133,7 @@ export default function AboutPage() { company: "Studio Zen", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-blonde-fit-sporty-girl-woman-black-sportswear-demostrate-her-strong-muscular-body-stretching_231208-4082.jpg", + "http://img.b2bpic.net/free-photo/young-blonde-fit-sporty-girl-woman-black-sportswear-demostrate-her-strong-muscular-body-stretching_231208-4082.jpg?_wi=2", imageAlt: "Emma Rodriguez", }, { @@ -143,7 +143,7 @@ export default function AboutPage() { company: "Mindful Movement", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/side-view-smile-bride-chair_23-2149860772.jpg", + "http://img.b2bpic.net/free-photo/side-view-smile-bride-chair_23-2149860772.jpg?_wi=2", imageAlt: "Jessica Williams", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ee052f0..3aff8e2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1432,6 +1432,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +