mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 05:40:02 -06:00
13 lines
437 B
Plaintext
13 lines
437 B
Plaintext
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>;
|