diff --git a/src/app/page.tsx b/src/app/page.tsx index 807af98..986ae74 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" @@ -49,7 +49,7 @@ export default function LandingPage() { description="Discover vibrant solutions that transform your ideas into reality with energy and passion" tag="Featured" tagIcon={Sparkles} - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Explore Now", href: "#product" }, { text: "Learn More", href: "#about" } @@ -87,6 +87,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/multiracial-hr-team-interviews-candidate_482257-120742.jpg" imageAlt="Team collaborating on innovative projects" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -259,7 +260,7 @@ export default function LandingPage() { title="Stay Updated with Our Latest Insights" description="Subscribe to receive exclusive updates, industry trends, and special offers delivered to your inbox" tagIcon={Mail} - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Subscribe Now"