diff --git a/src/app/page.tsx b/src/app/page.tsx index b88368f..77a0913 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,11 +68,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cleaning_23-2148480344.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cleaning_23-2148480344.jpg?_wi=1", imageAlt: "Professional service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/composition-garden-tools_93675-131216.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-garden-tools_93675-131216.jpg?_wi=1", imageAlt: "Cleaning supplies", }, { @@ -174,7 +174,7 @@ export default function LandingPage() { button: { text: "Select Plan", }, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cleaning_23-2148480344.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-cleaning_23-2148480344.jpg?_wi=2", imageAlt: "Side view woman cleaning", }, { @@ -190,7 +190,7 @@ export default function LandingPage() { button: { text: "Select Plan", }, - imageSrc: "http://img.b2bpic.net/free-photo/composition-garden-tools_93675-131216.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-garden-tools_93675-131216.jpg?_wi=2", imageAlt: "Side view woman cleaning", }, ]}