From c5216cc9ff6e166991bae5ab5e818533e3577bbf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:30:24 +0000 Subject: [PATCH 1/2] Update src/app/home/page.tsx --- src/app/home/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/home/page.tsx b/src/app/home/page.tsx index 01f2166..0a31632 100644 --- a/src/app/home/page.tsx +++ b/src/app/home/page.tsx @@ -82,7 +82,7 @@ Single Women Deserve Rooms Designed With Them in Mind" buttonAnimation="blur-reveal" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-dress-cafe-with-glass-wine_624325-768.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-dress-cafe-with-glass-wine_624325-768.jpg?_wi=2", imageAlt: "Luxury candlelit dinner setting", }, ]} -- 2.49.1 From f6e0200cbcb43de733c0a9322e6a03f52a1ec7a8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 12:30:25 +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 2d03d8a..383f59a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ Single Women Deserve Rooms Designed With Them in Mind" buttonAnimation="blur-reveal" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-dress-cafe-with-glass-wine_624325-768.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-dress-cafe-with-glass-wine_624325-768.jpg?_wi=1", imageAlt: "Candlelit luxury dinner with women", }, ]} -- 2.49.1