diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7e6f92a..9534763 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -134,7 +134,7 @@ export default function AboutPage() { company: "San Francisco, CA", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-2911.jpg", + "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-2911.jpg?_wi=2", }, { id: "2", @@ -143,7 +143,7 @@ export default function AboutPage() { company: "New York, NY", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-man-posing-studio_1303-11583.jpg", + "http://img.b2bpic.net/free-photo/young-man-posing-studio_1303-11583.jpg?_wi=2", }, { id: "3", @@ -152,7 +152,7 @@ export default function AboutPage() { company: "Austin, TX", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/cook-woman-making-sushi-rolls_1398-1682.jpg", + "http://img.b2bpic.net/free-photo/cook-woman-making-sushi-rolls_1398-1682.jpg?_wi=2", }, { id: "4", @@ -161,7 +161,7 @@ export default function AboutPage() { company: "Seattle, WA", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg", + "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg?_wi=2", }, ]} kpiItems={[ diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index eb663ac..353da37 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -131,7 +131,7 @@ export default function ContactPage() { excerpt: "Create a free account, browse our recipe collection, and start learning with video tutorials today.", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-healthy-lunch-with-measuring-tape_1150-252.jpg", + "http://img.b2bpic.net/free-photo/top-view-healthy-lunch-with-measuring-tape_1150-252.jpg?_wi=2", imageAlt: "Getting started guide", authorName: "Support Team", authorAvatar: @@ -145,7 +145,7 @@ export default function ContactPage() { excerpt: "Premium members get unlimited access to all recipes, ad-free videos, and exclusive advanced tutorials.", imageSrc: - "http://img.b2bpic.net/free-photo/summer-roll-stuffed-with-fresh-vegetables_53876-41247.jpg", + "http://img.b2bpic.net/free-photo/summer-roll-stuffed-with-fresh-vegetables_53876-41247.jpg?_wi=3", imageAlt: "Premium features overview", authorName: "Support Team", authorAvatar: @@ -159,7 +159,7 @@ export default function ContactPage() { excerpt: "Our platform works seamlessly on iOS, Android, Windows, and Mac. Access your recipes anywhere.", imageSrc: - "http://img.b2bpic.net/free-photo/elevated-view-fresh-salad-bowl_23-2147953662.jpg", + "http://img.b2bpic.net/free-photo/elevated-view-fresh-salad-bowl_23-2147953662.jpg?_wi=2", imageAlt: "Multi-device support", authorName: "Tech Support", authorAvatar: diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a823b64..68a837f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1431,6 +1431,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +