From f282dd1d811d04c5547dfd79515f078f6d45860c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 02:15:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 13826ca..c0f39d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Get Started Free", href: "contact" }, { text: "View Demo", href: "features" } ]} - background={{ variant: "plain" }} + background={{ variant: "sparkles-gradient" }} /> @@ -186,7 +186,7 @@ export default function LandingPage() { tagIcon={Mail} title="Ready to Transform Your AI Workflow?" description="Join hundreds of teams already using NeuroSync AI to accelerate their machine learning initiatives. Start with a free 14-day trial—no credit card required." - background={{ variant: "rotated-rays-static" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={true} inputPlaceholder="your@company.com" buttonText="Start Free Trial" -- 2.49.1