diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 316903e..0843329 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -27,12 +27,12 @@ export default function HomePage() { }} items={[ { - videoSrc: "http://img.b2bpic.net/free-photo/aerial-view-coastal-village-lush-tropical-forest-palau_1308-190396.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-coastal-village-lush-tropical-forest-palau_1308-190396.jpg", + videoSrc: "http://img.b2bpic.net/free-photo/aerial-view-coastal-village-lush-tropical-forest-palau_1308-190396.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-coastal-village-lush-tropical-forest-palau_1308-190396.jpg?_wi=2", imageAlt: "village landscape aerial view", }, { - imageSrc: "http://img.b2bpic.net/free-photo/house-countryside_181624-36780.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/house-countryside_181624-36780.jpg?_wi=1", }, ]} /> @@ -120,7 +120,7 @@ export default function HomePage() { detail: "Legends told by elders.", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-coastal-village-lush-tropical-forest-palau_1308-190396.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-coastal-village-lush-tropical-forest-palau_1308-190396.jpg?_wi=3", imageAlt: "modern agriculture field", }, { @@ -144,7 +144,7 @@ export default function HomePage() { }, ], completedLabel: "Certified", - imageSrc: "http://img.b2bpic.net/free-photo/house-countryside_181624-36780.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/house-countryside_181624-36780.jpg?_wi=2", imageAlt: "modern agriculture field", }, ]}