diff --git a/src/app/page.tsx b/src/app/page.tsx index cab73da..f40c1b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="large" - background="floatingGradient" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Educational Innovation" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} buttons={[ { text: "Explore Programs", href: "#products" }, { text: "Learn More", href: "#about" } @@ -252,7 +252,7 @@ export default function LandingPage() { description="Start discovering curated STEAM and PODS programs designed for your child. Connect with entrepreneur parents and transform your family's educational journey today." tagIcon={Heart} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Start Exploring"