diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 395a74d..5bfa550 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -106,7 +106,7 @@ export default function AboutPage() { name: "Sarah Johnson", role: "Founder & Creative Director", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", + "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=2", imageAlt: "Sarah Johnson, Founder", }, { @@ -114,7 +114,7 @@ export default function AboutPage() { name: "Michael Chen", role: "Lead Graphic Designer", imageSrc: - "http://img.b2bpic.net/free-photo/front-view-young-man-sunglasses-sitting-along-with-laptop-white-space_140725-11140.jpg", + "http://img.b2bpic.net/free-photo/front-view-young-man-sunglasses-sitting-along-with-laptop-white-space_140725-11140.jpg?_wi=2", imageAlt: "Michael Chen, Lead Designer", }, { @@ -122,7 +122,7 @@ export default function AboutPage() { name: "Emma Rodriguez", role: "Full-Stack Developer", imageSrc: - "http://img.b2bpic.net/free-photo/male-business-executive-using-mobile-phone_1170-840.jpg", + "http://img.b2bpic.net/free-photo/male-business-executive-using-mobile-phone_1170-840.jpg?_wi=2", imageAlt: "Emma Rodriguez, Developer", }, { @@ -130,7 +130,7 @@ export default function AboutPage() { name: "David Kim", role: "Marketing Strategist", imageSrc: - "http://img.b2bpic.net/free-photo/pleased-young-businessman-wearing-glasses-isolated-pink-background_141793-63263.jpg", + "http://img.b2bpic.net/free-photo/pleased-young-businessman-wearing-glasses-isolated-pink-background_141793-63263.jpg?_wi=2", imageAlt: "David Kim, Marketing Strategist", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 15c8d12..9eababb 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -86,7 +86,7 @@ export default function ContactPage() { variant: "canvas-reveal", }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/business-executives-discussing-digital-tablet_107420-65748.jpg" + imageSrc="http://img.b2bpic.net/free-photo/business-executives-discussing-digital-tablet_107420-65748.jpg?_wi=2" imageAlt="Get Your Free Consultation" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a70ddf3..f78d94c 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' }, '*'); })(); +` + }} + /> + +