From 2b2495375983ac8f0d4eb3b4d329ea0ea7b60019 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 15:57: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 7468b0b..d71d38b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="mediumLarge" - background="circleGradient" + background="none" cardStyle="solid" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -266,7 +266,7 @@ export default function LandingPage() { { text: "Schedule a Consultation", href: "https://calendly.com/reblsoft" } ]} buttonAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} /> -- 2.49.1