From 54cf9cba83528984272e51860c19589fa9c6363d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 11:37:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) 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" }, -- 2.49.1