From 559b79997d0b9aeed682c3cc457ed47f51ff76ab Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 04:11:36 +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 27a5f03..51377ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -236,7 +236,7 @@ export default function LandingPage() { buttons={[ { text: "Get a Quote", href: "#contact" } ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "plain" }} useInvertedBackground={true} /> -- 2.49.1