From 9daac41e4690416b5658e6c3a248782ee6ba0b84 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 10:52:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ccaa760..58dcd90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,13 +65,13 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Johan", role: "Medlem", company: "Eazy GYM", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-training-with-dumbbells-colored-steam_23-2147775552.jpg", imageAlt: "man gym member portrait strong"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-training-with-dumbbells-colored-steam_23-2147775552.jpg?_wi=1", imageAlt: "man gym member portrait strong"}, { id: "2", name: "Erik", role: "Medlem", company: "Eazy GYM", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-training-with-dumbbells-colored-steam_23-2147775552.jpg", imageAlt: "man gym member portrait strong"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-training-with-dumbbells-colored-steam_23-2147775552.jpg?_wi=2", imageAlt: "man gym member portrait strong"}, { id: "3", name: "Anders", role: "Medlem", company: "Eazy GYM", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-training-with-dumbbells-colored-steam_23-2147775552.jpg", imageAlt: "man gym member portrait strong"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-training-with-dumbbells-colored-steam_23-2147775552.jpg?_wi=3", imageAlt: "man gym member portrait strong"}, ]} kpiItems={[ { value: "5.0", label: "Google Rating" }, -- 2.49.1