From 1319a5c1ee2aa037e90936819d4190b83f2f7350 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:53:56 +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 0b7cb79..0c2d052 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,6 +88,7 @@ export default function EnOsteriaPage() { gridVariant="three-columns-all-equal-width" animationType="scale-rotate" textboxLayout="split-description" + useInvertedBackground={false} testimonials={[ { id: "1", name: "Elena V.", role: "Connoisseur", company: "Wine Enthusiast", rating: 5 }, { id: "2", name: "Marco P.", role: "Regular", company: "Local Patron", rating: 5 }, -- 2.49.1