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", }, ]} 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", }, {