import { Alert, AlertDescription, AlertTitle } from "@/examples/base/ui/alert" import { AlertCircleIcon } from "lucide-react" export default function AlertDestructive() { return ( Payment failed Your payment could not be processed. Please check your payment method and try again. ) }