From 078c9afc7287c3e6555050668307d56b0c51b38e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 10:22:20 +0000 Subject: [PATCH 1/2] Update src/app/municipalities/page.tsx --- src/app/municipalities/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/municipalities/page.tsx b/src/app/municipalities/page.tsx index 82376b8..db60211 100644 --- a/src/app/municipalities/page.tsx +++ b/src/app/municipalities/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { title: "Damak", subtitle: "Developing Metropolis", description: "Known for modern infrastructure and rapid growth.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-green-trees-high-mountains-reflected-lake_181624-7823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-green-trees-high-mountains-reflected-lake_181624-7823.jpg?_wi=2", imageAlt: "lake mountain thailand", }, { @@ -76,7 +76,7 @@ export default function LandingPage() { title: "Mechinagar", subtitle: "Border Gate", description: "The eastern gateway to Nepal via Kakarvitta.", - imageSrc: "http://img.b2bpic.net/free-photo/charming-young-girl-colored-embroidered-dress-poses-near-house_8353-9555.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/charming-young-girl-colored-embroidered-dress-poses-near-house_8353-9555.jpg?_wi=2", imageAlt: "lake mountain thailand", }, ]} -- 2.49.1 From 701223afb4c3377b1e9681b8749dcf28e3271705 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 10:22:20 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 405cf8e..81c6aa3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,11 +64,11 @@ export default function LandingPage() { tag="Eastern Nepal Gateway" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-green-trees-high-mountains-reflected-lake_181624-7823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-green-trees-high-mountains-reflected-lake_181624-7823.jpg?_wi=1", imageAlt: "Jhapa district landscape Nepal", }, { - imageSrc: "http://img.b2bpic.net/free-photo/charming-young-girl-colored-embroidered-dress-poses-near-house_8353-9555.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/charming-young-girl-colored-embroidered-dress-poses-near-house_8353-9555.jpg?_wi=1", imageAlt: "Jhapa district culture tradition", }, { -- 2.49.1