From d124e267f97434033116b5a66012019b98466274 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:05:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1cd58e7..8d9ced5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="glowing-orb" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -231,7 +231,7 @@ export default function LandingPage() { { text: "Start Your Project", href: "#" }, { text: "Schedule Call", href: "#" } ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1