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", }, ]}