From cfd9f1ab5bb373d93e850e5a0931834acac7ff02 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 23:14:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 55962c1..35a53c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -167,7 +167,7 @@ export default function ChatPlatformPage() { buttons={[ { text: "Join The Beta Today", href: "#contact" }, ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1