From 9aba4e1e3573e22783020e34d2fe1505ad9c9a6f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 03:10:54 +0000 Subject: [PATCH 1/2] Update src/app/artists/page.tsx --- src/app/artists/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/artists/page.tsx b/src/app/artists/page.tsx index 14caa52..2a74243 100644 --- a/src/app/artists/page.tsx +++ b/src/app/artists/page.tsx @@ -77,7 +77,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/looking-far-away-mature-couple-have-leisure-days-working-paint-together-park_146671-16130.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/affectionate-indian-couple-celebrating-propose-day-together_23-2151111001.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/affectionate-indian-couple-celebrating-propose-day-together_23-2151111001.jpg?_wi=2", imageAlt: "Full shot man painting on canvas", }, ]} -- 2.49.1 From 5ec55df3d1d710c6b5606c2cd34753716a48671b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 03:10:55 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f835a4..9628825 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { carouselItems={[ { id: "h1", - imageSrc: "http://img.b2bpic.net/free-photo/affectionate-indian-couple-celebrating-propose-day-together_23-2151111001.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/affectionate-indian-couple-celebrating-propose-day-together_23-2151111001.jpg?_wi=1", imageAlt: "Luxury wedding couple painting live", }, { -- 2.49.1