From f455b1c2d3109184386f8b6b063f87985cbeeb81 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 16:38:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 22a4016..ba68f96 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "An unforgettable experience that felt like a dream. Perfectly serene.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-hot-air-balloon-sunset_1048-8697.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-hot-air-balloon-sunset_1048-8697.jpg?_wi=1", imageAlt: "hot air balloon sunrise cinematic view", }, { @@ -69,7 +69,7 @@ export default function LandingPage() { handle: "@markd", testimonial: "The sunrise view from the basket was life-changing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/multi-colored-hot-air-balloon-floats-mountains-generated-by-ai_188544-18541.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/multi-colored-hot-air-balloon-floats-mountains-generated-by-ai_188544-18541.jpg?_wi=1", imageAlt: "hot air balloon sunrise cinematic view", }, { @@ -77,7 +77,7 @@ export default function LandingPage() { handle: "@elenar", testimonial: "Magical flight, incredible team. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-affectionate-loving-couple_23-2151030067.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-affectionate-loving-couple_23-2151030067.jpg?_wi=1", imageAlt: "hot air balloon sunrise cinematic view", }, { @@ -85,7 +85,7 @@ export default function LandingPage() { handle: "@jamesl", testimonial: "Safety, beauty, and total tranquility. Simply perfect.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-getting-married-hot-air-balloon_23-2151158068.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-getting-married-hot-air-balloon_23-2151158068.jpg?_wi=1", imageAlt: "hot air balloon sunrise cinematic view", }, { @@ -93,7 +93,7 @@ export default function LandingPage() { handle: "@sophiek", testimonial: "The best way to see the world. Absolutely breathtaking.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/paragliders-silhouette-flying-beautiful-green-landscape-blue-sky-with-clouds_158595-6882.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/paragliders-silhouette-flying-beautiful-green-landscape-blue-sky-with-clouds_158595-6882.jpg?_wi=1", imageAlt: "hot air balloon sunrise cinematic view", }, ]} @@ -107,7 +107,7 @@ export default function LandingPage() { href: "#experiences", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/3d-hot-air-balloon-sunset_1048-8697.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-hot-air-balloon-sunset_1048-8697.jpg?_wi=2" imageAlt="Hot air balloon at sunrise" avatars={[ { @@ -146,21 +146,21 @@ export default function LandingPage() { id: "f1", name: "Sunrise Serenity", price: "$350", - imageSrc: "http://img.b2bpic.net/free-photo/multi-colored-hot-air-balloon-floats-mountains-generated-by-ai_188544-18541.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/multi-colored-hot-air-balloon-floats-mountains-generated-by-ai_188544-18541.jpg?_wi=2", imageAlt: "Sunrise flight view", }, { id: "f2", name: "Golden Sunset", price: "$450", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-affectionate-loving-couple_23-2151030067.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-affectionate-loving-couple_23-2151030067.jpg?_wi=2", imageAlt: "Sunset flight view", }, { id: "f3", name: "Private Horizon", price: "$1,200", - imageSrc: "http://img.b2bpic.net/free-photo/couple-getting-married-hot-air-balloon_23-2151158068.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-getting-married-hot-air-balloon_23-2151158068.jpg?_wi=2", imageAlt: "Private balloon view", }, { @@ -200,7 +200,7 @@ export default function LandingPage() { value: "Arrival", title: "Preparation", description: "Meet our team as we prepare the balloon.", - imageSrc: "http://img.b2bpic.net/free-photo/paragliders-silhouette-flying-beautiful-green-landscape-blue-sky-with-clouds_158595-6882.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/paragliders-silhouette-flying-beautiful-green-landscape-blue-sky-with-clouds_158595-6882.jpg?_wi=2", imageAlt: "Preparation", }, { -- 2.49.1