diff --git a/src/app/layout.tsx b/src/app/layout.tsx index af72202..265bb44 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1420,4 +1420,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b8d17f..1032778 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,7 +118,7 @@ export default function LandingPage() { 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"], - }, + planButtonClassName: "bg-gradient-to-r from-blue-500 to-purple-600 hover:from-blue-600 hover:to-purple-700 shadow-lg shadow-blue-500/30 scale-105"}, { id: "enterprise", tag: "Enterprise", tagIcon: Building2, price: "Custom", period: "/contact", description: "For teams 10+ reps with advanced needs", button: { text: "Contact Sales", href: "#contact" }, @@ -227,4 +227,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file