diff --git a/src/app/page.tsx b/src/app/page.tsx index 1cd58e7..8d9ced5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="glowing-orb" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -231,7 +231,7 @@ export default function LandingPage() { { text: "Start Your Project", href: "#" }, { text: "Schedule Call", href: "#" } ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "plain" }} useInvertedBackground={false} />