From e340d6b7900b2a44dacca9425bb9a56fa6bc5afd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 21:37:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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" -- 2.49.1