diff --git a/src/app/page.tsx b/src/app/page.tsx index b61bd8b..172cc50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "1", title: "Beste trimster!", quote: "Hele lieve mensen... mijn hondje is normaal bang maar hier ging het erg goed.", name: "Anja V.", role: "Klant", imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg?_wi=6" }, + { id: "1", title: "beste trimster!", quote: "Hele lieve mensen... mijn hondje is normaal bang maar hier ging het erg goed.", name: "Anja V.", role: "Klant", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C2dZd5kJjHpfax2qV2KHphKAjR/uploaded-1775589017633-vv3hae7r.jpg" }, { id: "2", title: "Altijd perfect", quote: "Kapster weet precies hoe mijn hond geknipt moet worden.", name: "Mark D.", role: "Klant", imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg?_wi=7" }, { id: "3", title: "Aanrader", quote: "Altijd een prachtig resultaat, echt een aanrader!", name: "Sophie K.", role: "Klant", imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg?_wi=8" }, { id: "4", title: "Geweldig", quote: "Mijn hond is heerlijk rustig na een trimbeurt hier.", name: "Jeroen B.", role: "Klant", imageSrc: "http://img.b2bpic.net/free-photo/cute-lovely-little-dog-showing-tongue-bed-with-pretty-young-woman-chilling-home-with-domestic-animals-funny-moments_197531-2292.jpg?_wi=9" },