diff --git a/src/app/page.tsx b/src/app/page.tsx index 131f2e0..6abed81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,11 +65,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-playing-piano-home_169016-15185.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-playing-piano-home_169016-15185.jpg?_wi=1", imageAlt: "professional female hair stylist smiling", }, { - imageSrc: "http://img.b2bpic.net/free-photo/gardening-tool-scissor-held-by-woman-s-hand_53876-127072.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gardening-tool-scissor-held-by-woman-s-hand_53876-127072.jpg?_wi=1", imageAlt: "hairdresser cutting hair in salon", }, { @@ -134,7 +134,7 @@ export default function LandingPage() { button: { text: "Book", }, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-playing-piano-home_169016-15185.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-playing-piano-home_169016-15185.jpg?_wi=2", imageAlt: "Young woman musician looks into a collection of notes sitting at the piano", }, { @@ -150,7 +150,7 @@ export default function LandingPage() { button: { text: "Book", }, - imageSrc: "http://img.b2bpic.net/free-photo/gardening-tool-scissor-held-by-woman-s-hand_53876-127072.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gardening-tool-scissor-held-by-woman-s-hand_53876-127072.jpg?_wi=2", imageAlt: "Young woman musician looks into a collection of notes sitting at the piano", }, ]}