From 79de28dd97a1452a161d3bb502309e4578fde14e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 10:56:58 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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", }, ]} -- 2.49.1