import { CheckCircle2Icon } from "lucide-react" import { Alert, AlertDescription, AlertTitle, } from "@/styles/base-nova/ui/alert" export default function AlertBasic() { return ( Account updated successfully Your profile information has been saved. Changes will be reflected immediately. ) }