Components
Loading preview...
Here is FAQs Component
npx shadcn@latest add https://21st.dev/r/meschacirung/faqs-componentimport PricingComparator from "@/components/ui/faqs-component";
export default function DemoOne() {
return <PricingComparator />;
}