import Image from 'next/image'; import Link from 'next/link'; import { ArrowRightIcon, LayoutDashboard } from 'lucide-react'; import { PricingTable } from '@kit/billing-gateway/marketing'; import { CtaButton, EcosystemShowcase, FeatureCard, FeatureGrid, FeatureShowcase, FeatureShowcaseIconContainer, Hero, Pill, PillActionButton, SecondaryHero, } from '@kit/ui/marketing'; import { Trans } from '@kit/ui/trans'; import billingConfig from '~/config/billing.config'; import pathsConfig from '~/config/paths.config'; function Home() { return (
The SaaS Starter Kit for ambitious developers } /> } title={ Ship a SaaS faster than ever. } subtitle={ Makerkit gives you a production-ready boilerplate to build your SaaS faster than ever before with the next-gen SaaS Starter Kit. Get started in minutes. } cta={} image={ {`App } />
The ultimate SaaS Starter Kit .{' '} Unleash your creativity and build your SaaS faster than ever with Makerkit. } icon={ All-in-one solution } >
Sign in
No credit card required.} heading="Fair pricing for all types of businesses" subheading="Get started on our free plan and upgrade when you are ready." />
); } export default Home; function MainCallToActionButton() { return (
); }