Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-04-06 13:19:42 +00:00

View File

@@ -68,35 +68,35 @@ export default function LandingPage() {
handle: "Verified Client",
testimonial: "Zeer goede afwerking, top kwaliteit!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg?_wi=1",
},
{
name: "Ellen Van der Spiegel",
handle: "Verified Client",
testimonial: "Stipt op tijd en heel nette afwerking. Een aanrader!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smile-face-print-screen-round-wooden-block-with-golden-five-stars-client-customer-satisfaction-after-use-product-service-concept_616485-55.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smile-face-print-screen-round-wooden-block-with-golden-five-stars-client-customer-satisfaction-after-use-product-service-concept_616485-55.jpg?_wi=1",
},
{
name: "Marco Gandolfi",
handle: "Verified Client",
testimonial: "Beter vakmanschap kun je niet vinden, tot in de detail perfect.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg?_wi=1",
},
{
name: "Jeroen Vastmans",
handle: "Verified Client",
testimonial: "Jonge ondernemer die bruist van energie.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg?_wi=1",
},
{
name: "Siebe Lembrechts",
handle: "Verified Client",
testimonial: "Zeer snelle en deftige rioleringswerken.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-manager-with-big-smile-outside-office_1139-337.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-manager-with-big-smile-outside-office_1139-337.jpg?_wi=1",
},
]}
buttons={[
@@ -203,7 +203,7 @@ export default function LandingPage() {
handle: "Verified Client",
testimonial: "Zeer goede afwerking, top kwaliteit!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg?_wi=2",
},
{
id: "2",
@@ -211,7 +211,7 @@ export default function LandingPage() {
handle: "Verified Client",
testimonial: "Stipt op tijd en heel nette afwerking. Een aanrader!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smile-face-print-screen-round-wooden-block-with-golden-five-stars-client-customer-satisfaction-after-use-product-service-concept_616485-55.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smile-face-print-screen-round-wooden-block-with-golden-five-stars-client-customer-satisfaction-after-use-product-service-concept_616485-55.jpg?_wi=2",
},
{
id: "3",
@@ -219,7 +219,7 @@ export default function LandingPage() {
handle: "Verified Client",
testimonial: "Beter vakmanschap kun je niet vinden.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg?_wi=2",
},
{
id: "4",
@@ -227,7 +227,7 @@ export default function LandingPage() {
handle: "Verified Client",
testimonial: "Jonge ondernemer die bruist van energie.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-male-model-posing-outdoor_23-2148289284.jpg?_wi=2",
},
{
id: "5",
@@ -235,7 +235,7 @@ export default function LandingPage() {
handle: "Verified Client",
testimonial: "Snelle en deftige rioleringswerken.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-manager-with-big-smile-outside-office_1139-337.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-manager-with-big-smile-outside-office_1139-337.jpg?_wi=2",
},
]}
showRating={true}