diff --git a/src/app/page.tsx b/src/app/page.tsx index d8ace69..820d070 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,11 +69,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/transparent-prism-with-jewels_23-2147960092.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/transparent-prism-with-jewels_23-2147960092.jpg?_wi=1", imageAlt: "luxury boutique interior warm tones", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-floral-dress-with-paper-bag_23-2147688402.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-floral-dress-with-paper-bag_23-2147688402.jpg?_wi=1", imageAlt: "boutique interior shopping atmosphere", }, { @@ -100,7 +100,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Notre Histoire" description="Née d'une passion pour le design et l'artisanat, notre boutique vous propose une sélection d'objets et de vêtements alliant modernité et intemporalité." - imageSrc="http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885668.jpg" + imageSrc="http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885668.jpg?_wi=1" imageAlt="boutique owner working warm lighting" /> @@ -175,7 +175,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/transparent-prism-with-jewels_23-2147960092.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/transparent-prism-with-jewels_23-2147960092.jpg?_wi=2", imageAlt: "handmade quality symbol", }, { @@ -187,7 +187,7 @@ export default function LandingPage() { }, items: [], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/woman-floral-dress-with-paper-bag_23-2147688402.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-floral-dress-with-paper-bag_23-2147688402.jpg?_wi=2", imageAlt: "handmade quality symbol", }, { @@ -199,7 +199,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885668.jpg?_wi=2", imageAlt: "handmade quality symbol", }, ]}