From fa7e10536ee58d7ca92c2fed14292153626aea8a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 09:10:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 19e10b7..a4f721e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { text: "View Services", href: "#services"}, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/traveling-by-water_1098-12879.jpg" + imageSrc="http://img.b2bpic.net/free-photo/traveling-by-water_1098-12879.jpg?_wi=1" imageAlt="Luxury yacht charter in Kemer Antalya" /> @@ -96,7 +96,7 @@ export default function LandingPage() { }, { title: "Adventure Tours", description: "Explore hidden coves, dive into clear blue waters, or try your hand at fishing with our guided specialty tours.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/traveling-by-water_1098-12879.jpg", imageAlt: "Diving and fishing tours"}, + imageSrc: "http://img.b2bpic.net/free-photo/traveling-by-water_1098-12879.jpg?_wi=2", imageAlt: "Diving and fishing tours"}, items: [ { icon: Waves, -- 2.49.1