From df74001bdd5d35cbd86b20e7f96abbf67203d034 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:39:57 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0571fce..36a08bf 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -86,7 +86,7 @@ export default function AboutPage() { { value: "15+", title: "Years of Luxury Travel Expertise" }, { value: "500+", title: "Satisfied High-Net-Worth Clients Worldwide" } ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-businesswoman-looking-her-passport-while-standing_107420-63595.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-businesswoman-looking-her-passport-while-standing_107420-63595.jpg?_wi=2" imageAlt="Aviato luxury travel team" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -104,7 +104,7 @@ export default function AboutPage() { { value: "100%", title: "Client Satisfaction Rate" }, { value: "24/7", title: "Concierge Support Available" } ]} - imageSrc="http://img.b2bpic.net/free-photo/back-view-african-american-male-watching-elephants-safari_181624-48475.jpg" + imageSrc="http://img.b2bpic.net/free-photo/back-view-african-american-male-watching-elephants-safari_181624-48475.jpg?_wi=2" imageAlt="Safari adventure experience" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -115,10 +115,10 @@ export default function AboutPage() {
Date: Mon, 2 Mar 2026 19:39:58 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2461f13..2c0c214 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,7 +109,7 @@ export default function HomePage() { { value: "15+", title: "Years of Luxury Travel Expertise" }, { value: "500+", title: "Satisfied High-Net-Worth Clients Worldwide" } ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-businesswoman-looking-her-passport-while-standing_107420-63595.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-businesswoman-looking-her-passport-while-standing_107420-63595.jpg?_wi=1" imageAlt="Luxury travel concierge service" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -145,7 +145,7 @@ export default function HomePage() { tagIcon={Star} products={[ { id: "1", name: "Private Yacht Charter", price: "From $50,000", imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-outdoor_624325-2551.jpg", imageAlt: "Luxury yacht charter" }, - { id: "2", name: "Luxury Safari Expedition", price: "From $35,000", imageSrc: "http://img.b2bpic.net/free-photo/back-view-african-american-male-watching-elephants-safari_181624-48475.jpg", imageAlt: "Luxury safari experience" }, + { id: "2", name: "Luxury Safari Expedition", price: "From $35,000", imageSrc: "http://img.b2bpic.net/free-photo/back-view-african-american-male-watching-elephants-safari_181624-48475.jpg?_wi=1", imageAlt: "Luxury safari experience" }, { id: "3", name: "Michelin-Star Dining Tour", price: "From $15,000", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg", imageAlt: "Fine dining experience" }, { id: "4", name: "Wellness Retreat Package", price: "From $25,000", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-is-relaxing-spa-complex-with-sauna_169016-22729.jpg", imageAlt: "Luxury spa retreat" } ]} @@ -159,12 +159,12 @@ export default function HomePage() {