From 2114983164400391ecb5555e06a23cc778a4fad5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 16:19:21 +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 53cfab5..3def0a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@budi_explorer", testimonial: "The best way to see the real Indonesia! My guide was knowledgeable and kind.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-lake-surrounded-by-tree-covered-mountains-captured-thailand_181624-9435.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-lake-surrounded-by-tree-covered-mountains-captured-thailand_181624-9435.jpg?_wi=1", imageAlt: "indonesia landscape mountains scenery", }, { @@ -74,7 +74,7 @@ export default function LandingPage() { handle: "@smiller_travels", testimonial: "Seamless booking and incredible experiences. Highly recommended platform.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-around-world_23-2148195152.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-around-world_23-2148195152.jpg?_wi=1", imageAlt: "indonesia landscape mountains scenery", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@yuki_jp", testimonial: "Local insights made our trip to Borobudur unforgettable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-travel-agency_52683-136428.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-travel-agency_52683-136428.jpg?_wi=1", imageAlt: "indonesia landscape mountains scenery", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { handle: "@dclark_adventures", testimonial: "Very user-friendly. Finding a guide was quick and easy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-beautiful-office-assistant-enjoying-work-break_1262-19105.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-beautiful-office-assistant-enjoying-work-break_1262-19105.jpg?_wi=1", imageAlt: "indonesia landscape mountains scenery", }, { @@ -98,7 +98,7 @@ export default function LandingPage() { handle: "@ayu_trip", testimonial: "As a local, I'm proud to show others my country using this site.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-fashionable-attractive-dark-skinned-man-with-afro-hairstyle-wearing-headphones-neck-talking-smartphone-drinking-coffee-while-strolling-city-with-backpack_176420-19828.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-fashionable-attractive-dark-skinned-man-with-afro-hairstyle-wearing-headphones-neck-talking-smartphone-drinking-coffee-while-strolling-city-with-backpack_176420-19828.jpg?_wi=1", imageAlt: "indonesia landscape mountains scenery", }, ]} @@ -112,7 +112,7 @@ export default function LandingPage() { href: "#destinations", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-shot-lake-surrounded-by-tree-covered-mountains-captured-thailand_181624-9435.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-shot-lake-surrounded-by-tree-covered-mountains-captured-thailand_181624-9435.jpg?_wi=2" mediaAnimation="slide-up" avatars={[ { @@ -243,19 +243,19 @@ export default function LandingPage() { id: "g-1", name: "Andi Pratama", role: "Cultural Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-around-world_23-2148195152.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-around-world_23-2148195152.jpg?_wi=2", }, { id: "g-2", name: "Dewi Sartika", role: "Nature Adventure Lead", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-travel-agency_52683-136428.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-travel-agency_52683-136428.jpg?_wi=2", }, { id: "g-3", name: "Rian Hidayat", role: "History Expert", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-beautiful-office-assistant-enjoying-work-break_1262-19105.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-beautiful-office-assistant-enjoying-work-break_1262-19105.jpg?_wi=2", }, ]} title="Meet Your Tour Guides" @@ -307,7 +307,7 @@ export default function LandingPage() { name: "Sarah", handle: "@sarah", testimonial: "Amazing service!", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-fashionable-attractive-dark-skinned-man-with-afro-hairstyle-wearing-headphones-neck-talking-smartphone-drinking-coffee-while-strolling-city-with-backpack_176420-19828.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-fashionable-attractive-dark-skinned-man-with-afro-hairstyle-wearing-headphones-neck-talking-smartphone-drinking-coffee-while-strolling-city-with-backpack_176420-19828.jpg?_wi=2", }, { id: "2", -- 2.49.1