diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 72e1b23..5b1a0b8 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -77,7 +77,7 @@ export default function GalleryPage() { reviewCount: "Iconic", imageSrc: "http://img.b2bpic.net/free-photo/person-practicing-cold-exposure-metabolism_23-2150950667.jpg", imageAlt: "traditional shikara boat misty water"}, { id: "g6", brand: "Kashmir Gallery", name: "Winter Wonderland", price: "Featured", rating: 5, - reviewCount: "Iconic", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-woman-walking-snowy-carpathian-mountains-surrounded-by-trees-romania_181624-12957.jpg", imageAlt: "snowy mountain landscape scenic"}, + reviewCount: "Iconic", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-woman-walking-snowy-carpathian-mountains-surrounded-by-trees-romania_181624-12957.jpg?_wi=2", imageAlt: "snowy mountain landscape scenic"}, ]; return ( @@ -118,13 +118,13 @@ export default function GalleryPage() {