From d9fe291050343a118c643f21e6a1a937b3cf9464 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 21:50:39 +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 d81a0a4..7cf4917 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,8 +43,8 @@ export default function LandingPage() { description="Keep track of every flight, hotel stay, and island transition with our dedicated trip manager." tag="Travel Planner" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-big-pool-cliff-near-sea_181624-2476.jpg", imageAlt: "Santorini view" }, - { imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-big-pool-cliff-near-sea_181624-2476.jpg", imageAlt: "Greek island landscape" } + { imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-big-pool-cliff-near-sea_181624-2476.jpg?_wi=1", imageAlt: "Santorini view" }, + { imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-big-pool-cliff-near-sea_181624-2476.jpg?_wi=2", imageAlt: "Greek island landscape" } ]} mediaAnimation="slide-up" rating={5} -- 2.49.1