From 245a4623333dcf24d72321301bc855d140a24489 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:32:50 +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 ca1dc72..4806e58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,12 +48,12 @@ export default function LandingPage() { description="Harness the power of advanced machine learning to unlock actionable insights from your data. Monitor performance, predict trends, and automate workflows in real-time." tag="Next-Gen AI" tagIcon={Sparkles} - tagAnimation="slide-up" + tagAnimation="smooth" buttons={[ { text: "Start Free Trial", href: "https://platform.example.com" }, { text: "View Documentation", href: "#features" } ]} - buttonAnimation="slide-up" + buttonAnimation="smooth" background={{ variant: "radial-gradient" }} dashboard={{ title: "AI Analytics Dashboard", logoIcon: Brain, -- 2.49.1