diff --git a/src/app/page.tsx b/src/app/page.tsx index dbf5aaa..4178049 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -165,17 +165,20 @@ export default function LandingPage() { animationType="slide-up" plans={[ { - id: "free", title: "Free", price: "$0", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8elawlIXC4UIgjlxzZgSyjFx/a-modern-ai-meeting-summarizer-dashboard-1772563925924-4d60127a.png", imageAlt: "Free Plan", button: { text: "Get Started", href: "#contact" }, features: [ + id: "free", title: "Free", price: "$0", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8elawlIXC4UIgjlxzZgSyjFx/a-modern-ai-meeting-summarizer-dashboard-1772563925924-4d60127a.png", imageAlt: "Free Plan", button: { text: "Get Started", href: "#contact" }, + features: [ "Up to 10 hours/month of meetings", "Basic meeting summaries", "Email summaries only", "Single language support" ] }, { - id: "pro", title: "Pro", price: "$29", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8elawlIXC4UIgjlxzZgSyjFx/a-detailed-ai-meeting-summary-panel-show-1772563925419-10f869b6.png", imageAlt: "Pro Plan", button: { text: "Start Free Trial", href: "#contact" }, features: [ + id: "pro", title: "Pro", price: "$29", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8elawlIXC4UIgjlxzZgSyjFx/a-detailed-ai-meeting-summary-panel-show-1772563925419-10f869b6.png", imageAlt: "Pro Plan", button: { text: "Start Free Trial", href: "#contact" }, + features: [ "Unlimited meetings", "AI summaries & action items", "CRM sync (Salesforce, HubSpot)", "8+ language support", "Slack & Notion integration" ] }, { - id: "team", title: "Team", price: "$99", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8elawlIXC4UIgjlxzZgSyjFx/a-crm-integration-dashboard-showing-how--1772563925843-a07dca7c.png", imageAlt: "Team Plan", button: { text: "Contact Sales", href: "#contact" }, features: [ + id: "team", title: "Team", price: "$99", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8elawlIXC4UIgjlxzZgSyjFx/a-crm-integration-dashboard-showing-how--1772563925843-a07dca7c.png", imageAlt: "Team Plan", button: { text: "Contact Sales", href: "#contact" }, + features: [ "Everything in Pro", "Up to 50 team members", "Advanced analytics & reporting", "Custom CRM integrations", "Dedicated support" ] }