import { Collapse, Text } from "@nextui-org/react"; const CustomCollapse = () => { return ( I have had my invitation to this world's festival, and thus my life has been blessed. In the meanwhile I smile and I sing all alone. In the meanwhile the air is filling with the perfume of promise. I came out on the chariot of the first gleam of light, and pursued my voyage through the wildernesses of worlds leaving my track on many a star and planet. ); }; export default CustomCollapse;