Files
formbricks/apps/formbricks-com/pages/docs/index.mdx
T
Matti Nannt 5ee5af3e8b Docs revamp (#197)
* add new docs for user research approach

---------

Co-authored-by: knugget <johannes@knugget.de>
2023-02-10 15:29:21 +01:00

13 lines
437 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import { Layout } from "@/components/docs/Layout";
import HeroAnimation from "@/components/shared/HeroAnimation.tsx";
export const meta = {
title: "Formbricks Experience Management for B2B SaaS",
};
Natively embed qualitative user research into your B2B SaaS. Leverage Best Practices for user discovery to increase Product-Market Fit.
<HeroAnimation />
export default ({ children }) => <Layout meta={meta}>{children}</Layout>;