import { Divider } from "antd"; import Link from "next/link"; import { FaAngleRight, FaArrowRight, FaMoneyBill, FaPhone, } from "react-icons/fa"; import LandingPageActionBar from "../components/demo/LandingPageActionBar"; import LandingPageLayout from "../components/Layouts/LandingPageLayout"; export default function Pricing() { return (
PRICING Get Started Now, Pay for Spots Later. Hit the ground running with{" "} 2 free spots on sign up. No credit card required Features
{/* lite pricing */} Lite FREE Hit the ground running with 2 free spots. Valid for 30 days. {/* startups pricing */} Startups POPULAR Pay per spot per month based on your needs. 30 day money back guarantee. {/* business pricing */} Business Pay for enterprise-level features for your large-scale organization. 30 day money back guarantee.
); }