Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -62,35 +62,35 @@ export default function LandingPage() {
|
||||
handle: "@jan_n",
|
||||
testimonial: "Skvělá domluva a precizně odvedená práce. Střecha vypadá skvěle.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-posing-while-giving-thumbs-up_23-2148414860.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-posing-while-giving-thumbs-up_23-2148414860.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Petr Svoboda",
|
||||
handle: "@petr_s",
|
||||
testimonial: "Rychlá realizace, přesně podle rozpočtu. Maximální spokojenost.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Marta Kučerová",
|
||||
handle: "@marta_k",
|
||||
testimonial: "Profesionální přístup od začátku až do konce.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Lukáš Dvořák",
|
||||
handle: "@lukas_d",
|
||||
testimonial: "Kvalitní materiály a precizní řemeslo. Doporučuji.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-talking-cellphone-construction-site_23-2148204026.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-talking-cellphone-construction-site_23-2148204026.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Jana Černá",
|
||||
handle: "@jana_c",
|
||||
testimonial: "Služby od M&M střechy předčily mé očekávání. Velmi profesionální.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-big-city-girl-enjoying-city-space-text_169016-66355.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-big-city-girl-enjoying-city-space-text_169016-66355.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
@@ -266,7 +266,7 @@ export default function LandingPage() {
|
||||
role: "Majitel domu",
|
||||
company: "Plzeň",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-posing-while-giving-thumbs-up_23-2148414860.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-posing-while-giving-thumbs-up_23-2148414860.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -274,7 +274,7 @@ export default function LandingPage() {
|
||||
role: "Investorka",
|
||||
company: "Bolevec",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -282,7 +282,7 @@ export default function LandingPage() {
|
||||
role: "Stavitel",
|
||||
company: "Doubravka",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -290,7 +290,7 @@ export default function LandingPage() {
|
||||
role: "Majitelka domu",
|
||||
company: "Slovany",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-talking-cellphone-construction-site_23-2148204026.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-talking-cellphone-construction-site_23-2148204026.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -298,7 +298,7 @@ export default function LandingPage() {
|
||||
role: "Developer",
|
||||
company: "Plzeň",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-big-city-girl-enjoying-city-space-text_169016-66355.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-big-city-girl-enjoying-city-space-text_169016-66355.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Zkušenosti našich klientů"
|
||||
|
||||
Reference in New Issue
Block a user