From d3eb40e5c36a3444e1d7a4606c5e8b9b1293f6b7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:43:26 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7aea35c..642d3cf 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -115,7 +115,7 @@ export default function AboutPage() { description: "We believe travel transforms lives. Our mission is to remove barriers to exploration by providing tools that make planning effortless, booking seamless, and traveling worry-free. Every feature we build is inspired by real traveler needs.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg", + "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg?_wi=2", imageAlt: "Team collaboration and innovation", }, { @@ -126,7 +126,7 @@ export default function AboutPage() { description: "We partner only with verified providers, display transparent pricing without hidden fees, and maintain the highest security standards. Your trust is everything to us, and we never take it for granted.", imageSrc: - "http://img.b2bpic.net/free-photo/serious-concerned-guy-pointing-index-finger-up_74855-3681.jpg", + "http://img.b2bpic.net/free-photo/serious-concerned-guy-pointing-index-finger-up_74855-3681.jpg?_wi=2", imageAlt: "Trust and security focus", }, { @@ -137,7 +137,7 @@ export default function AboutPage() { description: "Over 100,000 members share their experiences, insider tips, and recommendations. Our community forum, trip reviews, and traveler guides help you make informed decisions and discover hidden gems.", imageSrc: - "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173739.jpg", + "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173739.jpg?_wi=2", imageAlt: "Community and connection", }, ]} -- 2.49.1 From 4fa5c6540a24fd6e5a82e06d4e9c15158504f8a8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:43:27 +0000 Subject: [PATCH 2/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index b6f0310..72f48a2 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -85,7 +85,7 @@ export default function BlogPage() { description: "Traveling internationally for the first time can feel overwhelming. Learn about visa requirements, currency exchange, packing essentials, and how to stay safe while embracing new cultures. We cover everything from airport navigation to respecting local customs.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg", + "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg?_wi=3", imageAlt: "Travel planning basics", }, { @@ -96,7 +96,7 @@ export default function BlogPage() { description: "Discover how to find cheaper flights, book affordable accommodations, eat like a local, and still have an amazing adventure. Our budget travel strategies help you stretch every dollar while maximizing experiences and memories.", imageSrc: - "http://img.b2bpic.net/free-vector/flat-design-ui-kit-collection_23-2149196760.jpg", + "http://img.b2bpic.net/free-vector/flat-design-ui-kit-collection_23-2149196760.jpg?_wi=2", imageAlt: "Budget travel strategies", }, { @@ -107,7 +107,7 @@ export default function BlogPage() { description: "From rock climbing in Yosemite to cave diving in Belize, explore the world's most exciting adventure destinations. Learn about safety protocols, required fitness levels, and how to prepare for unforgettable experiences that push your boundaries.", imageSrc: - "http://img.b2bpic.net/free-photo/health-care-doctor-help-concept_53876-121205.jpg", + "http://img.b2bpic.net/free-photo/health-care-doctor-help-concept_53876-121205.jpg?_wi=2", imageAlt: "Adventure destinations guide", }, ]} @@ -171,7 +171,7 @@ export default function BlogPage() { "Wanderly's blog guides helped me plan my first solo trip to Southeast Asia. The safety tips and itinerary suggestions made me feel confident and prepared.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-close-up-street_1321-25.jpg", + "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-close-up-street_1321-25.jpg?_wi=3", }, { id: "2", @@ -181,7 +181,7 @@ export default function BlogPage() { "The budget travel guide saved me hundreds! I traveled through 5 countries for less than I expected. Wanderly's recommendations are authentic and practical.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg", + "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg?_wi=3", }, { id: "3", @@ -191,7 +191,7 @@ export default function BlogPage() { "Every week I read at least one Wanderly guide. The writing is engaging, the advice is practical, and the photography is inspiring. Best travel blog out there.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg", + "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg?_wi=3", }, ]} showRating={true} -- 2.49.1 From a60ff4cba13506a28d16c75fc08a1d15a328e64f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:43:27 +0000 Subject: [PATCH 3/5] Update src/app/destinations/page.tsx --- src/app/destinations/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/destinations/page.tsx b/src/app/destinations/page.tsx index f89b658..19a2050 100644 --- a/src/app/destinations/page.tsx +++ b/src/app/destinations/page.tsx @@ -84,42 +84,42 @@ export default function DestinationsPage() { id: "1", name: "Bali, Indonesia", price: "From $899", - imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair_74190-1674.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair_74190-1674.jpg?_wi=2", imageAlt: "Tropical beaches of Bali", }, { id: "2", name: "Paris, France", price: "From $1,299", - imageSrc: "http://img.b2bpic.net/free-psd/magnificent-eiffel-tower-paris-france_191095-81558.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/magnificent-eiffel-tower-paris-france_191095-81558.jpg?_wi=2", imageAlt: "Iconic Eiffel Tower views", }, { id: "3", name: "Tokyo, Japan", price: "From $1,099", - imageSrc: "http://img.b2bpic.net/free-photo/modern-exterior-urban-view_23-2149091994.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-exterior-urban-view_23-2149091994.jpg?_wi=2", imageAlt: "Vibrant Tokyo cityscape", }, { id: "4", name: "Santorini, Greece", price: "From $1,199", - imageSrc: "http://img.b2bpic.net/free-photo/nature-landscape-with-beach-view_23-2151682987.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nature-landscape-with-beach-view_23-2151682987.jpg?_wi=2", imageAlt: "White cliffs of Santorini", }, { id: "5", name: "New York, USA", price: "From $799", - imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-manhattan-panorama_649448-1020.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/new-york-city-manhattan-panorama_649448-1020.jpg?_wi=2", imageAlt: "Manhattan skyline", }, { id: "6", name: "Dubai, UAE", price: "From $949", - imageSrc: "http://img.b2bpic.net/free-photo/shanghai-night_649448-3275.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shanghai-night_649448-3275.jpg?_wi=2", imageAlt: "Modern Dubai architecture", }, ]} @@ -144,7 +144,7 @@ export default function DestinationsPage() { "Bali exceeded all my expectations. Wanderly's destination guides helped me plan activities I would have never found on my own. Incredible value!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg", + "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg?_wi=2", imageAlt: "Sarah Martinez profile", }, { @@ -155,7 +155,7 @@ export default function DestinationsPage() { "Paris has always been on my bucket list. With Wanderly's recommendations, I experienced the city like a local, not a tourist. Absolutely worth it.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg", + "http://img.b2bpic.net/free-photo/cheerful-bearded-man_1098-22109.jpg?_wi=2", imageAlt: "James Chen profile", }, { @@ -166,7 +166,7 @@ export default function DestinationsPage() { "Tokyo is a marvel of modern and traditional culture. Wanderly's platform made navigating this amazing city so easy. Recommend to every first-time visitor!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-close-up-street_1321-25.jpg", + "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-close-up-street_1321-25.jpg?_wi=2", imageAlt: "Emma Thompson profile", }, ]} -- 2.49.1 From cfea7b0f837f640081817c25da733fc50cb560ea Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:43:28 +0000 Subject: [PATCH 4/5] Update src/app/layout.tsx --- src/app/layout.tsx | 1367 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1367 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d07a176..33fef4b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1433,6 +1433,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +