Merge version_3 into main #8

Merged
bender merged 1 commits from version_3 into main 2026-03-11 21:51:12 +00:00

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}