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" },