From fe89817af15cea726bf4c908ab28c448f1e9ba42 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 18:24:35 +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 75db106..5c08198 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,6 +107,8 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/pine-branches-white-wooden-fence_1372-71.jpg" mediaPosition="left" className="py-20" + useInvertedBackground={false} + background={{ variant: "plain" }} /> -- 2.49.1