export function H3({ children }) { return <h3 className="group font-bold text-lg my-8 relative">{children}</h3> }