From 8f6e6282012ef8c90f3ddfd00fd55da55426e9d7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 03:57:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 40687a3..2f8e648 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { { title: "Worstwaren", description: "Dagelijks vanaf 18:00 uur (Ringweg: vanaf 12:00)"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-man-roasting-barbecue-grill-cottage-countryside_176420-1837.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-man-roasting-barbecue-grill-cottage-countryside_176420-1837.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -98,7 +98,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "John D.", role: "Fan", testimonial: "Beste BBQ in de stad!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-pretty-woman-shopping-online-using-laptop-while-having-meal-cafe-smiling-cheerfully_273609-1350.jpg"}, + id: "1", name: "John D.", role: "Fan", testimonial: "Beste BBQ in de stad!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-pretty-woman-shopping-online-using-laptop-while-having-meal-cafe-smiling-cheerfully_273609-1350.jpg?_wi=1"}, { id: "2", name: "Maria S.", role: "Fan", testimonial: "Altijd vers en lekker.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-with-smoked-salmon-fillet-grilled-fish-lamb-steak-wine_140725-501.jpg"}, { @@ -106,7 +106,7 @@ export default function LandingPage() { { id: "4", name: "Anil R.", role: "Fan", testimonial: "De carbonade is legendarisch.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187175.jpg"}, { - id: "5", name: "Sarah V.", role: "Fan", testimonial: "Geweldige sfeer en het vlees is perfect gegrild.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-pretty-woman-shopping-online-using-laptop-while-having-meal-cafe-smiling-cheerfully_273609-1350.jpg"}, + id: "5", name: "Sarah V.", role: "Fan", testimonial: "Geweldige sfeer en het vlees is perfect gegrild.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-pretty-woman-shopping-online-using-laptop-while-having-meal-cafe-smiling-cheerfully_273609-1350.jpg?_wi=2"}, ]} title="Wat onze klanten zeggen" description="Ervaringen van onze trouwe BBQ-liefhebbers in Paramaribo." @@ -131,7 +131,7 @@ export default function LandingPage() { required: true, }} mediaAnimation="opacity" - imageSrc="http://img.b2bpic.net/free-photo/young-man-roasting-barbecue-grill-cottage-countryside_176420-1837.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-man-roasting-barbecue-grill-cottage-countryside_176420-1837.jpg?_wi=2" /> -- 2.49.1