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}