From 844138b0df14efebae685ba5eb0d994319c1133e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:48:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 65 +++++++++++++++++++++++++++++++----------------- 1 file changed, 42 insertions(+), 23 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df7f308..24e3622 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -36,7 +36,8 @@ export default function LandingPage() { { name: "Resources", id: "faq" }, ]} button={{ - text: "Get Started Today", href: "contact"}} + text: "Get Started Today", href: "contact" + }} animateOnLoad={true} /> @@ -45,7 +46,7 @@ export default function LandingPage() {