Accordion with hiding title
import { Accordion05 } from "@/components/ui/accordion-05"; export default function DemoOne() { return <Accordion05 />; }