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} />