From 8dd541dd9998467385cc9cce34ee30297a9a3c21 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 10:23:53 +0000 Subject: [PATCH 1/3] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index bc2ec5b..19ea02b 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -50,7 +50,7 @@ export default function GalleryPage() { useInvertedBackground={false} title="Community Moments" description="Daily life in the eastern gateway." - products={[ { id: "p1", brand: "Life", name: "Community Market", price: "Free", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/indigenous-person-doing-daily-chores-showcasing-lifestyle_23-2149711135.jpg" }, { id: "p2", brand: "Nature", name: "Tea Harvest", price: "Free", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tea-plantation-south-east-asia_1147-562.jpg" }, { id: "p3", brand: "Nature", name: "Tea Harvest 2", price: "Free", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tea-plantation-south-east-asia_1147-562.jpg" } ]} + products={[ { id: "p1", brand: "Life", name: "Community Market", price: "Free", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/indigenous-person-doing-daily-chores-showcasing-lifestyle_23-2149711135.jpg" }, { id: "p2", brand: "Nature", name: "Tea Harvest", price: "Free", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tea-plantation-south-east-asia_1147-562.jpg?_wi=1" }, { id: "p3", brand: "Nature", name: "Tea Harvest 2", price: "Free", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tea-plantation-south-east-asia_1147-562.jpg?_wi=2" } ]} /> From a6b19597bed82686d5d0fa50c17b26b151edc76f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 10:23:54 +0000 Subject: [PATCH 2/3] Update src/app/municipalities/page.tsx --- src/app/municipalities/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/municipalities/page.tsx b/src/app/municipalities/page.tsx index ee57887..e3ce52d 100644 --- a/src/app/municipalities/page.tsx +++ b/src/app/municipalities/page.tsx @@ -34,7 +34,7 @@ export default function MunicipalitiesPage() { From 98cfb50fdd6424f0f5deea3d6a4a00d4cf727535 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 10:23:54 +0000 Subject: [PATCH 3/3] 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 a674d05..0b5ce09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,8 +47,8 @@ export default function LandingPage() { description="Discover the lush landscapes, vibrant culture, and growing economy of Nepal's eastern gateway." tag="Eastern Nepal Gateway" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-green-trees-high-mountains-reflected-lake_181624-7823.jpg", imageAlt: "Jhapa district landscape Nepal" }, - { imageSrc: "http://img.b2bpic.net/free-photo/charming-young-girl-colored-embroidered-dress-poses-near-house_8353-9555.jpg", imageAlt: "Jhapa district culture tradition" } + { 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?_wi=1", imageAlt: "Jhapa district culture tradition" } ]} mediaAnimation="slide-up" rating={5}