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, 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'; import { withI18n } from '~/lib/i18n/with-i18n'; function Home() { return (
The SaaS Starter Kit for ambitious developers } title={ <> The ultimate SaaS Starter for your next project } subtitle={ Build and Ship a SaaS faster than ever before with the next-gen SaaS Starter Kit. Ship your SaaS in days, not months. } 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 } >
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 withI18n(Home); function MainCallToActionButton() { return (
); }