diff --git a/src/app/page.tsx b/src/app/page.tsx index eceae74..545167e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,11 +117,11 @@ export default function HomePage() { features={[ { id: 1, - title: "AI Conversations", description: "Multi-turn memory, human-like sales interactions that understand context and intent", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoXjpZmPVdpKU9aQbGVNncTDwg/illustration-showing-multi-turn-ai-conve-1773260604324-c3e5d22a.png", imageAlt: "AI Conversation Flow" + title: "Lead Scoring", description: "BANT framework analysis with real-time scoring from 0-100 to prioritize best leads", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoXjpZmPVdpKU9aQbGVNncTDwg/lead-scoring-dashboard-showing-bant-fram-1773260604568-b89e24e1.png", imageAlt: "Lead Scoring Dashboard" }, { id: 2, - title: "Lead Scoring", description: "BANT framework analysis with real-time scoring from 0-100 to prioritize best leads", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoXjpZmPVdpKU9aQbGVNncTDwg/lead-scoring-dashboard-showing-bant-fram-1773260604568-b89e24e1.png", imageAlt: "Lead Scoring Dashboard" + title: "AI Conversations", description: "Multi-turn memory, human-like sales interactions that understand context and intent", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoXjpZmPVdpKU9aQbGVNncTDwg/illustration-showing-multi-turn-ai-conve-1773260604324-c3e5d22a.png", imageAlt: "AI Conversation Flow" }, { id: 3, @@ -168,7 +168,7 @@ export default function HomePage() { id: "professional", badge: "Most Popular", badgeIcon: Sparkles, price: "$149/mo", name: "Professional", buttons: [ { - text: "Start 7-Day Free Trial", href: "https://app.nexagent.com/signup?plan=professional" + text: "Start Free Trial", href: "https://app.nexagent.com/signup?plan=professional" }, ], features: [ @@ -287,4 +287,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file