From 5046abb312c3c400316bbeb56fd092f651167982 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 21:38:53 +0000 Subject: [PATCH 1/2] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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() { Date: Wed, 11 Mar 2026 21:38:53 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e139e16..be440d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,7 @@ export default function HomePage() { { text: "Watch the Magic", href: "#" }, ]} background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-woman-walking-snowy-carpathian-mountains-surrounded-by-trees-romania_181624-12957.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-woman-walking-snowy-carpathian-mountains-surrounded-by-trees-romania_181624-12957.jpg?_wi=1" imageAlt="Gulmarg ski slopes during winter" mediaAnimation="slide-up" frameStyle="card" @@ -173,13 +173,13 @@ export default function HomePage() {