From 7d26562b92d603854ac99134a8289357401c8473 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 09:59:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0db6161..09fe62f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -234,7 +234,7 @@ export default function LandingPage() { handle: "@peter", testimonial: "Najlepšie kvetinárstvo v meste, veľmi odporúčam.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-holding-beautiful-pink-roses-bank-card-pink-wall_140725-152669.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-holding-beautiful-pink-roses-bank-card-pink-wall_140725-152669.jpg?_wi=1", }, { id: "t3", @@ -258,7 +258,7 @@ export default function LandingPage() { handle: "@jana", testimonial: "Vždy čerstvé kvety, ktoré vydržia dlho.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-holding-beautiful-pink-roses-bank-card-pink-wall_140725-152669.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-holding-beautiful-pink-roses-bank-card-pink-wall_140725-152669.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1