From 09d9adcea444cb5feb9731ce6d04b30c077925be Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 15:29:39 +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 3785494..89a2cc5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,6 +50,8 @@ export default function LandingPage() { title="Still have questions?" description="Reach out to our support team for any inquiries about our verification technology." buttons={[{ text: "Contact Support", href: "#" }]} + background={{ variant: "plain" }} + useInvertedBackground={false} /> -- 2.49.1