From bf3029d217c59af1c91b04960e2a2c70afaf1cc0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 16:14:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index d21e8ed..19d2c78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,6 +95,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" showRating={true} + useInvertedBackground={false} testimonials={[ { id: "1", name: "Fabiano Daher", handle: "@fabiano", testimonial: "The lasagna and the tiramisu are among the best I have ever tasted in my life.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg" }, { id: "2", name: "Constantine Marzavas", handle: "@constantine", testimonial: "Perfect espresso! Opens at 6am so it's a great place to relax before your work day.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashionable-handsome-male-student-with-thick-beard-sitting-wooden-table-with-mug-drinking-coffee-having-happy-cheerful-face-expression_273609-1763.jpg" }, @@ -111,6 +112,7 @@ export default function LandingPage() {