Components

2 components available

'use client'
import { useState } from 'react'

const FAQS = [
  { id: 1, q: 'How many components are in Empire UI?', a: 'Empire UI currently has 120+ published components, with new ones added daily. Our roadmap targets 17,500 components across 30+ categories.', cat: 'General' },
  { id: 2, q: 'What frameworks does Empire UI support?', a: 'All compo
FAQAccordion
FAQAccordion
Landing
react
'use client'
import { useState } from 'react'

const PLANS = [
  {
    name: 'Free', monthly: 0, annual: 0, color: '#64748b', highlight: false,
    features: ['50 components/month', 'Basic search', 'React + TSX', 'Community support', null, null],
  },
  {
    name: 'Pro', monthly: 19, annual: 149, color: '#C9A84C', highlight: true,
    features: ['
PricingCards
PricingCards
Landing
react