import clsx from "clsx"; import React from "react"; export const Title = ({ text, className, }: { text: string | boolean; className?: string; }) => { return (