From 30484e26793196bf194351f3629df1276e1ee7f4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:34:00 +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 91aa1ba..9685908 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { contentWidth="mediumSmall" sizing="largeSmall" background="noise" - cardStyle="subtle-shadow" + cardStyle="glass-elevated" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" headingFontWeight="bold" @@ -181,7 +181,7 @@ export default function LandingPage() { { text: "Schedule Consultation", href: "#" }, { text: "Contact Us", href: "#" } ]} - background={{ variant: "subtle-shadow" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} /> -- 2.49.1