From 445b8db3581ed164e72418910884b8832d30f5dc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 20:43:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d652a1..bdb3262 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,32 +74,32 @@ export default function LandingPage() { carouselItems={[ { id: "slide-1", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg?_wi=1", imageAlt: "Modern fürdőszoba szerelés", }, { id: "slide-2", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg?_wi=2", imageAlt: "Szerelői munka", }, { id: "slide-3", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg?_wi=3", imageAlt: "Tiszta eszközök", }, { id: "slide-4", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg?_wi=4", imageAlt: "Budakeszi szerelés", }, { id: "slide-5", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg?_wi=5", imageAlt: "Professzionális gázszerelés", }, { id: "slide-6", - imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990700.jpg?_wi=6", imageAlt: "Fűtésszerelés szakértelemmel", }, ]} @@ -190,7 +190,7 @@ export default function LandingPage() { handle: "Ügyfél", testimonial: "Gyorsan jött, profi volt, rendben hagyta a fürdőszobát. Csak ajánlani tudom!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215074.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215074.jpg?_wi=1", }, { id: "t2", @@ -222,7 +222,7 @@ export default function LandingPage() { handle: "Ügyfél", testimonial: "Csak ajánlani tudom őket, pontosak és precízek.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215074.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215074.jpg?_wi=2", }, ]} showRating={true} -- 2.49.1