From 9e1694b01df0af0d95ef03e1bedfb187a1b14f14 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 07:14:26 +0000 Subject: [PATCH] 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 26e91eb..ef8afe7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,17 +54,17 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-shot-mountains_181624-20674.jpg", imageAlt: "Uzbekistan Mountain Panorama 1"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-shot-mountains_181624-20674.jpg?_wi=1", imageAlt: "Uzbekistan Mountain Panorama 1"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-shot-mountains_181624-20674.jpg", imageAlt: "Uzbekistan Mountain Panorama 2"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-shot-mountains_181624-20674.jpg?_wi=2", imageAlt: "Uzbekistan Mountain Panorama 2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-shot-mountains_181624-20674.jpg", imageAlt: "Uzbekistan Mountain Panorama 3"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-shot-mountains_181624-20674.jpg?_wi=3", imageAlt: "Uzbekistan Mountain Panorama 3"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-shot-mountains_181624-20674.jpg", imageAlt: "Uzbekistan Mountain Panorama 4"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-shot-mountains_181624-20674.jpg?_wi=4", imageAlt: "Uzbekistan Mountain Panorama 4"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-shot-mountains_181624-20674.jpg", imageAlt: "Uzbekistan Mountain Panorama 5"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-shot-mountains_181624-20674.jpg?_wi=5", imageAlt: "Uzbekistan Mountain Panorama 5"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-shot-mountains_181624-20674.jpg", imageAlt: "Uzbekistan Mountain Panorama 6"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-shot-mountains_181624-20674.jpg?_wi=6", imageAlt: "Uzbekistan Mountain Panorama 6"}, ]} /> @@ -116,7 +116,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", name: "Elena V.", imageSrc: "http://img.b2bpic.net/free-photo/trekker-warm-clothing-takes-sweeping-mountain-scenic-view_482257-117971.jpg"}, + id: "t1", name: "Elena V.", imageSrc: "http://img.b2bpic.net/free-photo/trekker-warm-clothing-takes-sweeping-mountain-scenic-view_482257-117971.jpg?_wi=1"}, { id: "t2", name: "Marcus S.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-surfer-snapback-looking-smiling-cheerfully-after-winning-sports-contest-surfers-holding-his-white-surfboard-his-arm_273609-1551.jpg"}, { @@ -124,7 +124,7 @@ export default function LandingPage() { { id: "t4", name: "David W.", imageSrc: "http://img.b2bpic.net/free-photo/woman-hiking-mountains_1303-11196.jpg"}, { - id: "t5", name: "Julian R.", imageSrc: "http://img.b2bpic.net/free-photo/trekker-warm-clothing-takes-sweeping-mountain-scenic-view_482257-117971.jpg"}, + id: "t5", name: "Julian R.", imageSrc: "http://img.b2bpic.net/free-photo/trekker-warm-clothing-takes-sweeping-mountain-scenic-view_482257-117971.jpg?_wi=2"}, ]} cardTitle="Trust Box" cardTag="Verified Reviews" -- 2.49.1