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