Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-02 20:43:16 +00:00

View File

@@ -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}