diff --git a/src/app/page.tsx b/src/app/page.tsx index d256911..8fe3c3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,19 +50,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah J.", handle: "@sarah_j", testimonial: "Prachtig versierd kersthuisje vol licht en gezelligheid.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/christmas-concept-with-young-family-sitting-outside_23-2147721462.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/christmas-concept-with-young-family-sitting-outside_23-2147721462.jpg?_wi=1"}, { name: "Mark D.", handle: "@mark_d", testimonial: "De stoverij is ongelooflijk lekker. Nog nooit zo goed gegeten!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-jolly-woman-blue-pajamas-sleeping-mask-sitting-bed-with-glass-champagne-xmas_132075-6564.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-jolly-woman-blue-pajamas-sleeping-mask-sitting-bed-with-glass-champagne-xmas_132075-6564.jpg?_wi=1"}, { name: "Elena V.", handle: "@elena_v", testimonial: "Een unieke ervaring met honderden lichtjes.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-male-near-christmas-tree_23-2147951132.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-male-near-christmas-tree_23-2147951132.jpg?_wi=1"}, { name: "Thomas L.", handle: "@thomas_l", testimonial: "Christmas heaven. Je moet dit gewoon gezien hebben.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-christmas-new-year-holidays-concept-headshot-attractive-young-hipster-with-stylish-beard-wearing-santa-claus-hat-smiling-cheerfully_273609-19195.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-christmas-new-year-holidays-concept-headshot-attractive-young-hipster-with-stylish-beard-wearing-santa-claus-hat-smiling-cheerfully_273609-19195.jpg?_wi=1"}, { name: "Lisa B.", handle: "@lisa_b", testimonial: "Magisch, we komen volgend jaar zeker terug!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-young-happy-best-friends-roommates-exchange-gifts_1153-9823.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/two-young-happy-best-friends-roommates-exchange-gifts_1153-9823.jpg?_wi=1"}, ]} buttons={[ { @@ -70,7 +70,7 @@ export default function LandingPage() { { text: "Plan je bezoek", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/abstract-christmas-background-with-bokeh-lights_1048-13123.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract-christmas-background-with-bokeh-lights_1048-13123.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/christmas-concept-with-young-family-sitting-outside_23-2147721462.jpg", alt: "Bezoeker 1"}, @@ -132,19 +132,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Bezoeker", company: "Kerstfan", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/christmas-concept-with-young-family-sitting-outside_23-2147721462.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/christmas-concept-with-young-family-sitting-outside_23-2147721462.jpg?_wi=2"}, { id: "2", name: "Michael Chen", role: "Bezoeker", company: "Foodie", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-jolly-woman-blue-pajamas-sleeping-mask-sitting-bed-with-glass-champagne-xmas_132075-6564.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-jolly-woman-blue-pajamas-sleeping-mask-sitting-bed-with-glass-champagne-xmas_132075-6564.jpg?_wi=2"}, { id: "3", name: "Emily Rodriguez", role: "Bezoeker", company: "Familie", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-male-near-christmas-tree_23-2147951132.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-male-near-christmas-tree_23-2147951132.jpg?_wi=2"}, { id: "4", name: "David Kim", role: "Bezoeker", company: "Kerstlover", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-christmas-new-year-holidays-concept-headshot-attractive-young-hipster-with-stylish-beard-wearing-santa-claus-hat-smiling-cheerfully_273609-19195.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-christmas-new-year-holidays-concept-headshot-attractive-young-hipster-with-stylish-beard-wearing-santa-claus-hat-smiling-cheerfully_273609-19195.jpg?_wi=2"}, { id: "5", name: "Sophie M.", role: "Bezoeker", company: "Sfeerzoeker", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-young-happy-best-friends-roommates-exchange-gifts_1153-9823.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/two-young-happy-best-friends-roommates-exchange-gifts_1153-9823.jpg?_wi=2"}, ]} title="Wat bezoekers zeggen" description="Ervaar zelf waarom bezoekers telkens weer voor Jempi's Kersthuis kiezen." @@ -196,7 +196,7 @@ export default function LandingPage() { name: "message", placeholder: "Aantal personen & gewenste datum", rows: 4, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/abstract-christmas-background-with-bokeh-lights_1048-13123.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract-christmas-background-with-bokeh-lights_1048-13123.jpg?_wi=2" />