From 34cade436cf900524726274c2870c86102d8c7b8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 20:44:16 +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 d772af2..3958b12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,17 +59,17 @@ 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", imageAlt: "Modern fürdőszoba szerelés"}, + id: "slide-1", 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", imageAlt: "Szerelői munka"}, + id: "slide-2", 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", imageAlt: "Tiszta eszközök"}, + id: "slide-3", 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", imageAlt: "Budakeszi szerelés"}, + id: "slide-4", 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", imageAlt: "Professzionális gázszerelés"}, + id: "slide-5", 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", imageAlt: "Fűtésszerelés szakértelemmel"}, + id: "slide-6", 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"}, ]} /> @@ -130,7 +130,7 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Szabó Péter", 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", name: "Banyai Ferenc", handle: "Ügyfél", testimonial: "Már évek óta őt hívom, mindig megbízható.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-retired-woman-wearing-cozy-sweater-short-hairdo_343059-1198.jpg"}, @@ -142,7 +142,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/closeup-attractive-africanamerican-woman-smiling-looking-happy-standing-yellow-backgroun_1258-148997.jpg"}, { id: "t5", name: "Tóth Eszter", 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} title="Ügyfeleink mondták" -- 2.49.1