diff --git a/src/app/page.tsx b/src/app/page.tsx index 87f28ac..4b51cfd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="largeSmallSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -48,7 +48,7 @@ export default function LandingPage() { description="Get personalized coverage that protects your family's future. No confusion, no pressure—just honest guidance from a licensed advisor." tag="Financial Security" tagIcon={Shield} - background={{ variant: "floatingGradient" }} + background={{ variant: "glowing-orb" }} buttons={[ { text: "Get Your Free Quote", href: "contact" }, { text: "Learn More", href: "features" }