diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 652d065..1ae5a1f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -24,7 +24,7 @@ export default function AboutPage() { testimonial: "The best fresh bread in Rotselaar! I grab croissants here every Saturday morning. Absolutely delicious.", imageSrc: - "http://img.b2bpic.net/free-photo/front-view-young-woman-gladly-smiling-pink-wall_179666-2595.jpg", + "http://img.b2bpic.net/free-photo/front-view-young-woman-gladly-smiling-pink-wall_179666-2595.jpg?_wi=3", imageAlt: "Maria van den Berg", }, { @@ -34,7 +34,7 @@ export default function AboutPage() { testimonial: "We supply our café exclusively from Bakker Stijn. The quality and consistency are unmatched. Highly recommend!", imageSrc: - "http://img.b2bpic.net/free-photo/happy-young-businesswoman-talking-mobile-phone-cafe_1262-20247.jpg", + "http://img.b2bpic.net/free-photo/happy-young-businesswoman-talking-mobile-phone-cafe_1262-20247.jpg?_wi=3", imageAlt: "Johan Peeters", }, { @@ -44,7 +44,7 @@ export default function AboutPage() { testimonial: "My kids love the cinnamon rolls! Fresh, warm, and made with care. This is our go-to bakery.", imageSrc: - "http://img.b2bpic.net/free-photo/woman-with-tongue-out_1187-3217.jpg", + "http://img.b2bpic.net/free-photo/woman-with-tongue-out_1187-3217.jpg?_wi=2", imageAlt: "Anke Hermans", }, { @@ -54,7 +54,7 @@ export default function AboutPage() { testimonial: "They custom made an amazing cake for our event. Professional, friendly, and absolutely delicious!", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-female-business-executive-with-arms-crossed_1170-1133.jpg", + "http://img.b2bpic.net/free-photo/portrait-female-business-executive-with-arms-crossed_1170-1133.jpg?_wi=2", imageAlt: "Thomas Dekeyser", }, { @@ -64,7 +64,7 @@ export default function AboutPage() { testimonial: "The smell alone is worth the visit! Every product is fresh and the team is so welcoming.", imageSrc: - "http://img.b2bpic.net/free-photo/front-view-young-woman-gladly-smiling-pink-wall_179666-2595.jpg", + "http://img.b2bpic.net/free-photo/front-view-young-woman-gladly-smiling-pink-wall_179666-2595.jpg?_wi=4", imageAlt: "Lien Vermeulen", }, { @@ -74,7 +74,7 @@ export default function AboutPage() { testimonial: "Supporting local has never tasted so good. Bakker Stijn is a gem in our community.", imageSrc: - "http://img.b2bpic.net/free-photo/happy-young-businesswoman-talking-mobile-phone-cafe_1262-20247.jpg", + "http://img.b2bpic.net/free-photo/happy-young-businesswoman-talking-mobile-phone-cafe_1262-20247.jpg?_wi=4", imageAlt: "Robert Claes", }, ]; @@ -128,7 +128,7 @@ export default function AboutPage() { icon: Heart, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-selecting-packed-food-food-counter_107420-63658.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-selecting-packed-food-food-counter_107420-63658.jpg?_wi=2" imageAlt="Warm and welcoming Bakker Stijn bakery interior" mediaAnimation="slide-up" imagePosition="right" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 80d9b4a..07b9693 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1427,6 +1427,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +