Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -52,19 +52,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Maria van de Berg", handle: "Driebergen", testimonial: "Vakbekwaam en klantvriendelijk. Ik voelde mij direct op mijn gemak.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-looking-football-game-sunny-day_23-2149015514.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-looking-football-game-sunny-day_23-2149015514.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Jan Pieterse", handle: "Zeist", testimonial: "Zeer professionele, duidelijke en vriendelijke manier van werken.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unpleased-middle-aged-man-wearing-white-t-shirt-with-tie-crossing-hands-isolated-pink-wall_141793-103272.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unpleased-middle-aged-man-wearing-white-t-shirt-with-tie-crossing-hands-isolated-pink-wall_141793-103272.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Henk Smits", handle: "Doorn", testimonial: "Geduldig en attent. Ik ben erg tevreden met mijn nieuwe gebit.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/husband-wife-having-nice-date-cafe_23-2149016156.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/husband-wife-having-nice-date-cafe_23-2149016156.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Liesbeth Jansen", handle: "Utrechtse Heuvelrug", testimonial: "Hartelijk en deskundig. Mijn leven is veel beter geworden.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-mature-businessman-wearing-glasses-suit-using-smartphone-standing-co-working-space_74855-10380.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-mature-businessman-wearing-glasses-suit-using-smartphone-standing-co-working-space_74855-10380.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -151,19 +151,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maria van de Berg", role: "Patiënt", company: "Driebergen", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-looking-football-game-sunny-day_23-2149015514.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-looking-football-game-sunny-day_23-2149015514.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Jan Pieterse", role: "Patiënt", company: "Zeist", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unpleased-middle-aged-man-wearing-white-t-shirt-with-tie-crossing-hands-isolated-pink-wall_141793-103272.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unpleased-middle-aged-man-wearing-white-t-shirt-with-tie-crossing-hands-isolated-pink-wall_141793-103272.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Henk Smits", role: "Patiënt", company: "Doorn", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/husband-wife-having-nice-date-cafe_23-2149016156.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/husband-wife-having-nice-date-cafe_23-2149016156.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Liesbeth Jansen", role: "Patiënt", company: "Utrechtse Heuvelrug", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-mature-businessman-wearing-glasses-suit-using-smartphone-standing-co-working-space_74855-10380.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-mature-businessman-wearing-glasses-suit-using-smartphone-standing-co-working-space_74855-10380.jpg?_wi=2"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
Reference in New Issue
Block a user