Update src/app/page.tsx

This commit is contained in:
2026-03-03 16:36:17 +00:00
parent 02f877f80b
commit 92976acbd4

View File

@@ -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" }