import { Button } from "./Button"; import { Heading } from "./Heading"; const gettingStarted = [ { href: "/docs/getting-started/quickstart-in-app-survey", name: "Quickstart", description: "Get up and running with our cloud and JavaScript widget", }, { href: "/docs/getting-started/framework-guides#next-js", name: "Next.js App", description: "Integrate the Formbricks SDK into a Next.js application with the new app directory", }, { href: "/docs/self-hosting/deployment", name: "Self Host Deployment", description: "Host Formbricks on your own servers, check out our dedicated Self-hosted Documentation page.", }, { href: "/docs/best-practices/interview-prompt", name: "Interview Prompt", description: "Set user interviews on autopilot for a continuous stream of interviews.", }, ]; export function GettingStarted() { return (
{guide.description}