diff --git a/src/app/destinations/page.tsx b/src/app/destinations/page.tsx index f2e4ee4..abdbb12 100644 --- a/src/app/destinations/page.tsx +++ b/src/app/destinations/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { description: "Where Kilimanjaro meets the elephants.", bentoComponent: "reveal-icon", icon: Mountain, - imageSrc: "http://img.b2bpic.net/free-vector/international-animal-rights-day-banner_1308-122979.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/international-animal-rights-day-banner_1308-122979.jpg?_wi=2", imageAlt: "travel award gold badge", }, { @@ -68,7 +68,7 @@ export default function LandingPage() { description: "The quintessential wildlife spectacle.", bentoComponent: "reveal-icon", icon: Compass, - imageSrc: "http://img.b2bpic.net/free-photo/view-wild-rhino-nature_23-2151685614.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-wild-rhino-nature_23-2151685614.jpg?_wi=4", imageAlt: "travel award gold badge", }, ]} @@ -96,7 +96,7 @@ export default function LandingPage() {