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