From c05232dc53482aa1b1e641a548d1b14dbcb1e528 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 19:11:39 +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 aecfe33..f31b7c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,6 +122,7 @@ export default function LandingPage() { textboxLayout="default" showRating={true} animationType="slide-up" + useInvertedBackground={false} testimonials={[ { id: "r1", name: "Julia Weber", handle: "@julia.w", testimonial: "Die Pizza ist ein Kunstwerk!", rating: 5, imageSrc: "https://images.unsplash.com/photo-1627308595229-7830a5c91f9f?q=80&w=400" }, { id: "r2", name: "Thomas Koch", handle: "@thomas.k", testimonial: "Frisch, authentisch und schnell.", rating: 5, imageSrc: "https://images.unsplash.com/photo-1628843028303-34e85714314c?q=80&w=400" }, -- 2.49.1