{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "faq-section-1", "title": "FAQ Section 1", "description": "Frequently asked questions with accordion interface and CTA card", "registryDependencies": [ "accordion", "button", "https://shadcndesign-free.vercel.app/r/styles.json", "https://shadcndesign-free.vercel.app/r/tagline.json" ], "files": [ { "path": "components/pro-blocks/landing-page/faq-sections/faq-section-1.tsx", "content": "\"use client\";\n\nimport {\n Accordion,\n AccordionContent,\n AccordionItem,\n AccordionTrigger,\n} from \"@/components/ui/accordion\";\nimport { Button } from \"@/components/ui/button\";\nimport Link from \"next/link\";\nimport { Tagline } from \"@/components/pro-blocks//landing-page/tagline\";\n\nexport function FaqSection1() {\n return (\n \n
\n
\n FAQ section\n

\n Frequently asked questions\n

\n

\n We've compiled the most important information to help you get the\n most out of your experience. Can't find what you're looking for?{\" \"}\n \n Contact us.\n \n

\n
\n\n \n \n \n What is shadcn/ui?\n \n \n Shadcn/ui is a popular, open-source UI component library for React\n that focuses on flexibility and customization. It provides a set\n of accessible, customizable components that you can use to build\n modern web applications.\n \n \n\n \n \n What is shadcn/ui kit for Figma?\n \n \n The shadcn/ui kit for Figma is a comprehensive design resource\n that mirrors the components and styling of the shadcn/ui library.\n \n \n\n \n \n I'm not familiar with shadcn/ui. Can I still use this kit?\n \n \n Yes, you can still use this kit even if you're new to shadcn/ui.\n The components are designed to be intuitive and easy to use.\n \n \n\n \n \n Can I create multi-brand design systems with this UI kit?\n \n \n Yes, the UI kit is designed to be flexible and can be customized\n for multiple brands and design systems.\n \n \n\n \n \n How will this kit save me time?\n \n \n This kit provides pre-built components and consistent styling,\n reducing development and design time significantly.\n \n \n\n \n \n How does this improve my collaboration with developers?\n \n \n The kit provides a shared language and consistent components that\n both designers and developers can reference.\n \n \n \n\n
\n
\n

Need more help?

\n

\n Have questions or need assistance? Our team is here to help!\n

\n
\n \n
\n
\n \n );\n}\n", "type": "registry:component", "target": "components/pro-blocks/landing-page/faq-sections/faq-section-1.tsx" } ], "type": "registry:component" }