From 6080f873856de1c83cacdcef30b3950b31591eae Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 11:37:40 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index bba983d..fef24f3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -123,7 +123,7 @@ export default function LandingPage() { imageAlt: "Portrait of Pooja Gurung", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/road-surrounded-with-green-tropical-trees-leading-hotel_181624-49537.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/road-surrounded-with-green-tropical-trees-leading-hotel_181624-49537.jpg?_wi=2", imageAlt: "smiling Nepali man traditional attire", }, { -- 2.49.1 From 7ecacc7bfa87affb876618678aad163cad8b5b06 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 11:37:40 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9265414..16af54b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,7 +87,7 @@ export default function LandingPage() { href: "https://wa.me/", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/road-surrounded-with-green-tropical-trees-leading-hotel_181624-49537.jpg" + imageSrc="http://img.b2bpic.net/free-photo/road-surrounded-with-green-tropical-trees-leading-hotel_181624-49537.jpg?_wi=1" imageAlt="Luxurious eco-resort surrounded by nature in Chitwan, Nepal" mediaAnimation="slide-up" fixedMediaHeight={true} -- 2.49.1