import { Button } from "@formbricks/ui"; export const GetStartedWithPricing = ({ showDetailed }: { showDetailed: boolean }) => { return ( <>

Free

{showDetailed && (

General free usage on every product. Best for early stage startups and hobbyists

)}

Paid

{showDetailed && (

Formbricks with the next-generation features, Pay only for the tracked users.

)}
); };