diff --git a/src/app/page.tsx b/src/app/page.tsx index 11dc328..1df0de2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,6 +128,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" showRating={true} + useInvertedBackground={false} testimonials={[ { id: "1", name: "Alice D.", handle: "@alice", testimonial: "Super service!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-courier-yellow-uniform-cape-holding-round-delivery-bowl-with-notepad-pink-wall-service-work-worker-uniform-delivery_140725-43242.jpg" }, { id: "2", name: "Marc B.", handle: "@marc", testimonial: "Plats délicieux.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/anonymous-man-taking-photo-cooking-girlfriend_23-2147894752.jpg" },