import { AlertCircleIcon } from "lucide-react"; import { Alert, AlertDescription, AlertTitle } from "./alert"; import type { ReactNode } from "react"; export const Error = ({ message }: { message: ReactNode }) => ( {message} {/*

Please verify your billing information and try again.

  • Check your card details
  • Ensure sufficient funds
  • Verify billing address
*/}
);