From ce8de84b50ee0b953d0a820d5e00a19328b3e324 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:45:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c81c854..ba1e326 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,7 +39,7 @@ export default function AgentFlowPage() { borderRadius="soft" contentWidth="medium" sizing="medium" - background="blurBottom" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -66,7 +66,7 @@ export default function AgentFlowPage() { description="Deploy intelligent AI agents to capture, qualify, and nurture leads 24/7. Transform your sales pipeline with agentic automation that learns and adapts in real-time." tag="AI-Powered Lead Gen" tagIcon={Zap} - background={{ variant: "blurBottom" }} + background={{ variant: "glowing-orb" }} kpis={[ { value: "10x", label: "Faster Lead Capture" }, { value: "87%", label: "Lead Quality Score" }, @@ -76,12 +76,12 @@ export default function AgentFlowPage() { imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXIFHH9DfMCUMnOmDhQcYTGb3a/a-sleek-modern-ai-dashboard-interface-sh-1772732475692-9cbf27cd.png" imageAlt="AgentFlow AI Dashboard" imagePosition="right" - mediaAnimation="smooth" + mediaAnimation="slide-up" buttons={[ { text: "Start Free Trial", href: "#contact" }, { text: "Watch Demo", href: "#" }, ]} - buttonAnimation="smooth" + buttonAnimation="slide-up" marqueeItems={[ { type: "text-icon", text: "Real-time Lead Qualification", icon: CheckCircle }, { type: "text-icon", text: "Multi-channel Integration", icon: GitBranch }, @@ -287,7 +287,7 @@ export default function AgentFlowPage() { tagIcon={Rocket} title="Ready to Transform Your Lead Generation?" description="Join thousands of companies using agentic AI to capture more qualified leads. Start your free trial today—no credit card required." - background={{ variant: "glowing-orb" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="your@company.com" buttonText="Start Free Trial" -- 2.49.1