Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c9be3c60fc | |||
| 70b56a40df | |||
| 5444b67f5d | |||
| 50b5795972 |
@@ -109,20 +109,15 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "basic", tag: "Basic", price: "$50", period: "/month", description: "Perfect for individual high-performing reps", button: { text: "Get Started", href: "#contact" },
|
id: "basic", tag: "Basic", price: "$50", period: "/month", description: "Perfect for individual high-performing reps", button: { text: "Get Started", href: "#contact" }, featuresTitle: "What's Included:", features: [
|
||||||
featuresTitle: "What's Included:", features: [
|
|
||||||
"Live AI coaching during calls", "Up to 60 calls per month", "Custom sales playbook", "Call transcripts and insights", "Objection handling support"],
|
"Live AI coaching during calls", "Up to 60 calls per month", "Custom sales playbook", "Call transcripts and insights", "Objection handling support"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pro", tag: "Pro", tagIcon: Crown,
|
id: "pro", tag: "Pro", tagIcon: Crown, price: "$85", period: "/month", description: "Best for teams scaling faster", button: { text: "Get Started", href: "#contact" }, featuresTitle: "Everything in Basic, plus:", features: [
|
||||||
price: "$85", period: "/month", description: "Best for teams scaling faster", button: { text: "Get Started", href: "#contact" },
|
|
||||||
featuresTitle: "Everything in Basic, plus:", features: [
|
|
||||||
"Post-call analysis and scoring", "Up to 150 calls per month", "Team performance reports", "CRM sync and automation", "Pipeline impact metrics", "Multiple team members"],
|
"Post-call analysis and scoring", "Up to 150 calls per month", "Team performance reports", "CRM sync and automation", "Pipeline impact metrics", "Multiple team members"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "enterprise", tag: "Enterprise", tagIcon: Building2,
|
id: "enterprise", tag: "Enterprise", tagIcon: Building2, price: "Custom", period: "/contact", description: "For teams 10+ reps with advanced needs", button: { text: "Contact Sales", href: "#contact" }, featuresTitle: "Full Platform Access:", features: [
|
||||||
price: "Custom", period: "/contact", description: "For teams 10+ reps with advanced needs", button: { text: "Contact Sales", href: "#contact" },
|
|
||||||
featuresTitle: "Full Platform Access:", features: [
|
|
||||||
"Unlimited calls", "Advanced customization", "Dedicated support", "SSO and compliance", "$0.50 per call above limits", "Custom integrations"],
|
"Unlimited calls", "Advanced customization", "Dedicated support", "SSO and compliance", "$0.50 per call above limits", "Custom integrations"],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user