From ec7c14db6e366943597aea3eb4a4c91164697700 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 15:11:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 08d2c9f..82f8414 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,7 +95,7 @@ export default function LandingPage() { title: "Conservation Focused", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/lazy-sea-cow-swimming-underwater-with-fish_493961-650.jpg" + imageSrc="http://img.b2bpic.net/free-photo/lazy-sea-cow-swimming-underwater-with-fish_493961-650.jpg?_wi=1" imageAlt="Happy dolphin" mediaAnimation="blur-reveal" metricsAnimation="slide-up" @@ -112,19 +112,19 @@ export default function LandingPage() { { title: "Dolphin & Seal Show", description: "Witness acrobatic performances by our talented marine stars.", - imageSrc: "http://img.b2bpic.net/free-photo/lazy-sea-cow-swimming-underwater-with-fish_493961-650.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lazy-sea-cow-swimming-underwater-with-fish_493961-650.jpg?_wi=2", imageAlt: "Show 1", }, { title: "Meet & Greet", description: "Get up close and personal with our friendly marine inhabitants.", - imageSrc: "http://img.b2bpic.net/free-photo/lazy-sea-cow-swimming-underwater-with-fish_493961-650.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lazy-sea-cow-swimming-underwater-with-fish_493961-650.jpg?_wi=3", imageAlt: "Show 2", }, { title: "Education Tours", description: "Learn about marine biology and our conservation efforts.", - imageSrc: "http://img.b2bpic.net/free-photo/lazy-sea-cow-swimming-underwater-with-fish_493961-650.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lazy-sea-cow-swimming-underwater-with-fish_493961-650.jpg?_wi=4", imageAlt: "Show 3", }, ]} -- 2.49.1