diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ecfb085..a20f3a3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -100,28 +100,28 @@ export default function AboutPage() { id: "1", name: "John Yahia Hamdi", role: "Cinematographer & Founder", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg?_wi=2", imageAlt: "John Yahia Hamdi", }, { id: "2", name: "Sofia Martinez", role: "Lead Photographer", - imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-holding-professional-dslr-camera-thinking_114579-64245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-holding-professional-dslr-camera-thinking_114579-64245.jpg?_wi=2", imageAlt: "Sofia Martinez", }, { id: "3", name: "Karim Jendoubi", role: "Video Editor & Colorist", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1524.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1524.jpg?_wi=2", imageAlt: "Karim Jendoubi", }, { id: "4", name: "Amira Bouaziz", role: "Creative Director", - imageSrc: "http://img.b2bpic.net/free-photo/brunette-female-traveler-with-backpack-holds-compact-photo-camera_613910-1402.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brunette-female-traveler-with-backpack-holds-compact-photo-camera_613910-1402.jpg?_wi=2", imageAlt: "Amira Bouaziz", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 65c9001..484d41a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -45,7 +45,7 @@ export default function ContactPage() { description="Fill out our quick form or call us directly to discuss your wedding vision and check availability. We typically respond within 24 hours." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/side-view-brides-couple-looking-each-other_8353-11994.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-brides-couple-looking-each-other_8353-11994.jpg?_wi=3" imageAlt="Wedding couple getting ready emotional moment" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9ebdf07..4c3c978 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1439,6 +1439,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +