5 Commits

Author SHA1 Message Date
c9be3c60fc Update src/app/page.tsx 2026-03-05 20:40:05 +00:00
70b56a40df Update src/app/page.tsx 2026-03-05 20:38:34 +00:00
5444b67f5d Update src/app/layout.tsx 2026-03-05 20:38:33 +00:00
50b5795972 Merge version_2 into main
Merge version_2 into main
2026-03-05 20:36:21 +00:00
1a37e923ff Update src/app/page.tsx 2026-03-05 20:36:17 +00:00
2 changed files with 10 additions and 19 deletions

View File

@@ -1420,4 +1420,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -68,14 +68,10 @@ export default function LandingPage() {
tagIcon={TrendingUp}
tagAnimation="slide-up"
metrics={[
{
id: "1", value: "Real-Time", title: "Call Assistance", description: "Live prompts and guidance during conversations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcoPb0RPaJVXVOcDW1YX5t46n/a-professional-illustration-showing-a-sa-1772742603363-c725f8f9.png", imageAlt: "Real-time call assistance"},
{
id: "2", value: "Post-Call", title: "Deep Analysis", description: "Structure, objection handling, and tonality scoring", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcoPb0RPaJVXVOcDW1YX5t46n/a-detailed-post-call-analysis-dashboard--1772742604237-233778f9.png", imageAlt: "Post-call analysis"},
{
id: "3", value: "Team", title: "Performance", description: "Manager visibility and coaching priorities", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcoPb0RPaJVXVOcDW1YX5t46n/a-sales-manager-dashboard-displaying-tea-1772742604986-db0f3e38.png", imageAlt: "Team performance"},
{
id: "4", value: "Actionable", title: "Coaching", description: "Specific moments with exact recommendations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcoPb0RPaJVXVOcDW1YX5t46n/a-coaching-insights-screen-showing-speci-1772742604060-aece0700.png", imageAlt: "Actionable coaching"},
{ id: "1", value: "Real-Time", title: "Call Assistance", description: "Live prompts and guidance during conversations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcoPb0RPaJVXVOcDW1YX5t46n/a-professional-illustration-showing-a-sa-1772742603363-c725f8f9.png", imageAlt: "Real-time call assistance"},
{ id: "2", value: "Post-Call", title: "Deep Analysis", description: "Structure, objection handling, and tonality scoring", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcoPb0RPaJVXVOcDW1YX5t46n/a-detailed-post-call-analysis-dashboard--1772742604237-233778f9.png", imageAlt: "Post-call analysis"},
{ id: "3", value: "Team", title: "Performance", description: "Manager visibility and coaching priorities", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcoPb0RPaJVXVOcDW1YX5t46n/a-sales-manager-dashboard-displaying-tea-1772742604986-db0f3e38.png", imageAlt: "Team performance"},
{ id: "4", value: "Actionable", title: "Coaching", description: "Specific moments with exact recommendations", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXcoPb0RPaJVXVOcDW1YX5t46n/a-coaching-insights-screen-showing-speci-1772742604060-aece0700.png", imageAlt: "Actionable coaching"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -113,20 +109,15 @@ export default function LandingPage() {
tagAnimation="slide-up"
plans={[
{
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: [
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: [
"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,
price: "$85", period: "/month", description: "Best for teams scaling faster", button: { text: "Get Started", href: "#contact" },
featuresTitle: "Everything in Basic, plus:", features: [
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: [
"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,
price: "Custom", period: "/contact", description: "For teams 10+ reps with advanced needs", button: { text: "Contact Sales", href: "#contact" },
featuresTitle: "Full Platform Access:", features: [
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: [
"Unlimited calls", "Advanced customization", "Dedicated support", "SSO and compliance", "$0.50 per call above limits", "Custom integrations"],
},
]}
@@ -189,7 +180,7 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
title="Start Your Free 3-Day Trial Today"
description="Experience live AI coaching and post-call analysis. No credit card required. Join high-performing sales teams already closing more deals with Valeron."
description="No credit card required. Experience AI coaching risk-free."
buttons={[
{ text: "Start Free Trial", href: "https://valeron.io" },
{ text: "Schedule a Demo", href: "mailto:contact@valeron.io" },
@@ -231,4 +222,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}