From 156597af03ba30605d893686dba20c007059e050 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:03:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e79b439..695b47d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -45,7 +45,7 @@ export default function LandingPage() { @@ -170,7 +169,7 @@ export default function LandingPage() { { text: "Schedule Consultation", href: "#contact" } ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} /> -- 2.49.1