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" } ]} /> 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() { 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}