import type { ReactNode } from 'react' function ChevronIcon() { return ( ) } export function FaqAccordion({ items }: { items: { q: string; a: ReactNode }[] }) { return (
{a}