From 45b36c8765b6fef9c36db11447ec85b22d7d8381 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 09:10:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d6aefd2..f000424 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { testimonials={[ { name: "Batbayar", handle: "Traveler", testimonial: "Хөвсгөл нуурын байгаль маш гайхалтай.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-water-reflecting-trees-shore-blue-cloudy-sky_181624-7200.jpg", imageAlt: "Lake Khuvsgul nature landscape"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-water-reflecting-trees-shore-blue-cloudy-sky_181624-7200.jpg?_wi=1", imageAlt: "Lake Khuvsgul nature landscape"}, { name: "Sarah", handle: "Global Traveler", testimonial: "Amazing hospitality and views.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/small-boat-moored-blue-calm-lake-with-green-mountain_23-2148153627.jpg", imageAlt: "Lake Khuvsgul nature landscape"}, @@ -54,7 +54,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/dovbush-trail-green-forest-carpathian-mountains_627829-8364.jpg", imageAlt: "Lake Khuvsgul nature landscape"}, { name: "Anna", handle: "AdventureSeeker", testimonial: "Pure nature and peace.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-ride-horse_72229-50.jpg", imageAlt: "Lake Khuvsgul nature landscape"}, + imageSrc: "http://img.b2bpic.net/free-photo/girl-ride-horse_72229-50.jpg?_wi=1", imageAlt: "Lake Khuvsgul nature landscape"}, { name: "Dava", handle: "Nature Lover", testimonial: "Absolutely beautiful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/eskimo-people-living-extreme-weather-condition_23-2151036439.jpg", imageAlt: "Lake Khuvsgul nature landscape"}, @@ -65,7 +65,7 @@ export default function LandingPage() { { text: "Байршил", href: "https://maps.app.goo.gl/ATMMKAZa4qKNU24j8"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-water-reflecting-trees-shore-blue-cloudy-sky_181624-7200.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-water-reflecting-trees-shore-blue-cloudy-sky_181624-7200.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/autumn-forest-lake-mountainous-area-natural-background_169016-24985.jpg", alt: "Traveler 1"}, @@ -134,10 +134,10 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Бат", role: "Аялагч", company: "Монгол", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-ride-horse_72229-50.jpg", imageAlt: "horseback riding mountain path"}, + imageSrc: "http://img.b2bpic.net/free-photo/girl-ride-horse_72229-50.jpg?_wi=2", imageAlt: "horseback riding mountain path"}, { id: "t2", name: "Сара", role: "Гэрэл зурагчин", company: "АНУ", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-water-reflecting-trees-shore-blue-cloudy-sky_181624-7200.jpg", imageAlt: "horseback riding mountain path"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-water-reflecting-trees-shore-blue-cloudy-sky_181624-7200.jpg?_wi=3", imageAlt: "horseback riding mountain path"}, ]} kpiItems={[ { -- 2.49.1