import {NextSeo} from 'next-seo'; import React from 'react'; import {Footer, Navbar, SectionHeader} from '../components'; import {motion} from 'framer-motion'; import {DASHBOARD_URI} from '../lib/constants'; import { ArrowRight, BarChart3, Code2, Globe, Mail, PackageOpen, Shield, Users, Zap, X, Check, } from 'lucide-react'; import Link from 'next/link'; import {GithubIcon} from 'lucide-react'; const includedFeatures = [ { icon: , title: 'Transactional emails', description: 'API and SMTP delivery for receipts, password resets, and any event-driven email.', }, { icon: , title: 'Workflow automation', description: 'Build event-triggered sequences with delays, conditions, and branching logic.', }, { icon: , title: 'Campaign broadcasts', description: 'Send newsletters and announcements to your full list or a targeted segment.', }, { icon: , title: 'Unlimited contacts', description: 'Store as many contacts as you need. Growing your list never costs more.', }, { icon: , title: 'Full API access', description: 'REST API with SDKs for Node.js, Python, and more. Comprehensive documentation.', }, { icon: , title: 'Custom domains', description: 'Send from your own domain with DKIM, SPF, and DMARC set up automatically.', }, { icon: , title: 'Audience segmentation', description: 'Dynamic segments built on behavior, attributes, and engagement data.', }, { icon: , title: 'Analytics & tracking', description: 'Opens, clicks, bounces, and unsubscribes. Real data, no guessing.', }, { icon: , title: 'Open source', description: 'AGPL-3.0 licensed. Inspect the code, self-host it, or contribute to it.', }, ]; export default function Pricing() { return ( <>