import clsx from 'clsx' import { Button } from '@/components/Button' import { Container } from '@/components/Container' function SwirlyDoodle(props: React.ComponentPropsWithoutRef<'svg'>) { return ( ) } function CheckIcon({ className, ...props }: React.ComponentPropsWithoutRef<'svg'>) { return ( ) } function Plan({ name, price, description, href, features, featured = false, }: { name: string price: string description: string href: string features: Array featured?: boolean }) { return ( {name} {description} {price} {features.map((feature) => ( {feature} ))} Get started ) } export function Pricing() { return ( Simple pricing, {' '} for everyone. It doesn’t matter what size your business is, our software won’t work well for you. ) }
{description}
{price}
It doesn’t matter what size your business is, our software won’t work well for you.