import {Alert, Button} from "@nextui-org/react"; export default function App() { const [isVisible, setIsVisible] = React.useState(true); const title = "Success Notification"; const description = "Your action has been completed successfully. We'll notify you when updates are available."; return (