Files
formbricks-formbricks/apps/formbricks-com-old/pages/docs/index.mdx
Matthias Nannt 7ce8d75d91 add new template
2023-08-22 13:58:23 +02: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>;