From 587b3e7f9eee41e601d10852335ec73adf199f0c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 12:42:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e9ab900..bcf9270 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/drone-shot-stunning-travel-destination-featuring-crystal-clear-waters_482257-125928.jpg" + imageSrc="http://img.b2bpic.net/free-photo/drone-shot-stunning-travel-destination-featuring-crystal-clear-waters_482257-125928.jpg?_wi=1" showBlur={true} avatars={[ { @@ -109,13 +109,13 @@ export default function LandingPage() { id: "1", name: "Water Experiences", price: "From $200", - imageSrc: "http://img.b2bpic.net/free-photo/jet-ski_1122-1083.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/jet-ski_1122-1083.jpg?_wi=1", }, { id: "2", name: "Land Adventures", price: "From $150", - imageSrc: "http://img.b2bpic.net/free-photo/woman-riding-atv-hawaii_23-2148892283.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-riding-atv-hawaii_23-2148892283.jpg?_wi=1", }, { id: "3", @@ -156,7 +156,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/drone-shot-stunning-travel-destination-featuring-crystal-clear-waters_482257-125928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/drone-shot-stunning-travel-destination-featuring-crystal-clear-waters_482257-125928.jpg?_wi=2", imageAlt: "luxury boat tour calm lake", }, { @@ -174,7 +174,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/jet-ski_1122-1083.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/jet-ski_1122-1083.jpg?_wi=2", imageAlt: "luxury boat tour calm lake", }, { @@ -192,7 +192,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/woman-riding-atv-hawaii_23-2148892283.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-riding-atv-hawaii_23-2148892283.jpg?_wi=2", imageAlt: "luxury boat tour calm lake", }, ]}