diff --git a/src/app/page.tsx b/src/app/page.tsx index 07cd4e6..c211ff9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,11 +70,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/autumn-warm-aesthetic-editorial_23-2151853262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/autumn-warm-aesthetic-editorial_23-2151853262.jpg?_wi=1", imageAlt: "Live painting session", }, { - imageSrc: "http://img.b2bpic.net/free-photo/amazing-look-traditional-ritual-with-fire_8353-10619.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/amazing-look-traditional-ritual-with-fire_8353-10619.jpg?_wi=1", imageAlt: "Detail of painting", }, { @@ -109,12 +109,12 @@ export default function LandingPage() { title: "Conceptualization", description: "Artist arrives before ceremony to finalize the composition.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-making-vlog-her-paintings_23-2148775995.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-making-vlog-her-paintings_23-2148775995.jpg?_wi=1", }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/wedding-rings-with-ornaments_23-2148098745.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/autumn-warm-aesthetic-editorial_23-2151853262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/autumn-warm-aesthetic-editorial_23-2151853262.jpg?_wi=2", imageAlt: "artist painting details wedding", }, { @@ -138,7 +138,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-painting-with-watercolor-studio_23-2148014060.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/amazing-look-traditional-ritual-with-fire_8353-10619.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/amazing-look-traditional-ritual-with-fire_8353-10619.jpg?_wi=2", imageAlt: "artist painting details wedding", }, ]} diff --git a/src/app/workshop/page.tsx b/src/app/workshop/page.tsx index a66a8b7..8148e25 100644 --- a/src/app/workshop/page.tsx +++ b/src/app/workshop/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/jar-with-brushes-near-black-wall_23-2147801983.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/autumn-warm-aesthetic-editorial_23-2151853262.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/autumn-warm-aesthetic-editorial_23-2151853262.jpg?_wi=3", imageAlt: "Woman painting with watercolor in studio", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/process-making-handmade-gingerbread-decor-design_169016-20549.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-making-vlog-her-paintings_23-2148775995.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-making-vlog-her-paintings_23-2148775995.jpg?_wi=2", imageAlt: "Woman painting with watercolor in studio", }, ]}